Enum Animation.TrackType
enum TrackType
: int { ... }
Enum members
Name | Description |
---|---|
typeAnimation
|
|
typeAudio
|
|
typeBezier
|
|
typeMethod
|
Method tracks call functions with given arguments per key. |
typeTransform
|
Transform tracks are used to change node local transforms or skeleton pose bones. Transitions are interpolated. |
typeValue
|
Value tracks set values in node properties, but only those which can be Interpolated. |