docs.unity3d.com
Search Results for

    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
    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)