Enum TrackOffset
Describes what is used to set the starting position and orientation of each Animation Track.
Namespace: UnityEngine.Timeline
Assembly: Unity.Timeline.dll
Syntax
public enum TrackOffset
Remarks
By default, each Animation Track uses ApplyTransformOffsets to start from a set position and orientation. To offset each Animation Track based on the current position and orientation in the scene, use ApplySceneOffsets.
Fields
Name | Description |
---|---|
ApplySceneOffsets | Use this setting to offset each Animation Track based on the current position and orientation in the scene. |
ApplyTransformOffsets | Use this setting to offset each Animation Track based on a set position and orientation. |
Auto | Use this setting to offset root transforms based on the state of the animator. |