Enum TrackBindingErrors | Timeline | 1.2.18
docs.unity3d.com
    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
    • 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