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
-
objectiTween.Defaults
Fields
color
public static Color color
Field Value
delay
public static float delay
Field Value
- float
easeType
public static iTween.EaseType easeType
Field Value
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
namedColorValue
public static iTween.NamedValueColor namedColorValue
Field Value
orientToPath
public static bool orientToPath
Field Value
- bool
space
public static Space space
Field Value
time
public static float time
Field Value
- float
up
public static Vector3 up
Field Value
updateTime
public static float updateTime
Field Value
- float
updateTimePercentage
public static float updateTimePercentage
Field Value
- float
useRealTime
public static bool useRealTime
Field Value
- bool