Enum TrackOffset
Describes what is used to set the starting position and orientation of each Animation Track.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public enum TrackOffset
참고
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.
필드
이름 | 설명 |
---|---|
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. |