Enum TrackOffset | Package Manager UI website
docs.unity.cn
    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 © 2019 Unity Technologies
    Generated by DocFX