docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum ActionValidity

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

    Namespace: UnityEditor.Timeline.Actions
    Assembly: Unity.Timeline.Editor.dll
    Syntax
    public enum ActionValidity

    Fields

    Name Description
    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.

    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.

    Valid

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

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)