Table of Contents

Class iTween.Defaults

Namespace
VoxelPlayground.Utility
Assembly
GamePlay.dll

A collection of baseline presets that iTween needs and utilizes if certain parameters are not provided.

public static class iTween.Defaults
Inheritance
object
iTween.Defaults

Fields

color

public static Color color

Field Value

Color

delay

public static float delay

Field Value

float

easeType

public static iTween.EaseType easeType

Field Value

iTween.EaseType

isLocal

public static bool isLocal

Field Value

bool

lookAhead

public static float lookAhead

Field Value

float

lookSpeed

public static float lookSpeed

Field Value

float

loopType

public static iTween.LoopType loopType

Field Value

iTween.LoopType

namedColorValue

public static iTween.NamedValueColor namedColorValue

Field Value

iTween.NamedValueColor

orientToPath

public static bool orientToPath

Field Value

bool

space

public static Space space

Field Value

Space

time

public static float time

Field Value

float

up

public static Vector3 up

Field Value

Vector3

updateTime

public static float updateTime

Field Value

float

updateTimePercentage

public static float updateTimePercentage

Field Value

float

useRealTime

public static bool useRealTime

Field Value

bool