MenuFunctionState Enum

Summary

The possible states for a function in a UnityEditor.GenericMenu.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["MenuFunctionState"] class Type type-node

Syntax

public enum MenuFunctionState

Fields

Name Constant Value Summary
Disabled 2
Greyed out and unusable.
static
Normal 0
Displayed normally.
static
Selected 1
Has a check mark next to it to show that it is selected.
static