docs.unity.cn
    Show / Hide Table of Contents

    Enum TrackBindingErrors

    The errors displayed for the track binding.

    Namespace: UnityEditor.Timeline
    Syntax
    public enum TrackBindingErrors

    Fields

    Name Description Value
    None

    Select no errors.


    0
    BoundGameObjectDisabled

    The bound GameObject is disabled.


    1
    NoValidComponent

    The bound GameObject does not have a valid component.


    2
    BehaviourIsDisabled

    The bound Object is a disabled Behaviour.


    4
    InvalidBinding

    The bound Object is not of the correct type.


    8
    PrefabBound

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


    16
    All

    Select all errors.


    2147483647
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023