Enum TrackOffset | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Enum TrackOffset

    Describes what is used to set the starting position and orientation of each Animation Track.

    Namespace: UnityEngine.Timeline
    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023