docs.unity.cn
    Show / Hide Table of Contents

    Enum TrackBindingErrors

    The errors displayed for the track binding.

    Namespace: UnityEditor.Timeline
    Syntax
    public enum TrackBindingErrors : int

    Fields

    Name Description Value
    All

    Select all errors.

    BehaviourIsDisabled

    The bound Object is a disabled Behaviour.

    BoundGameObjectDisabled

    The bound GameObject is disabled.

    InvalidBinding

    The bound Object is not of the correct type.

    None

    Select no errors.

    NoValidComponent

    The bound GameObject does not have a valid component.

    PrefabBound

    The bound Object is part of a prefab, and not an instance.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 21, 2021