docs.unity3d.com
    Show / Hide Table of Contents

    Enum ActionValidity

    Indicates the validity of an action for a given data set.

    Namespace: UnityEditor.Timeline.Actions
    Syntax
    public enum ActionValidity : int

    Fields

    Name Description Value
    Valid

    Action is valid in the provided context. If the action is linked to a menu item, the menu item will be visible.

    0
    NotApplicable

    Action is not applicable in the current context. If the action is linked to a menu item, the menu item will not be shown.

    1
    Invalid

    Action is not valid in the current context. If the action is linked to a menu item, the menu item will be shown but grayed out.

    2
    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