enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseDescribes what is used to set the starting position and orientation of each Animation Track.
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.
ApplyTransformOffsets | Use this setting to offset each Animation Track based on a set position and orientation. |
ApplySceneOffsets | Use this setting to offset each Animation Track based on the current position and orientation in the Scene. |
Auto | Auto will offset root transforms based on the state of the animator. |