MenuFunctionState Enum

Summary

[Editor-Only] The possible states for a function in a UnityEditor.GenericMenu.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • Enum
MenuFunctionState
Enum

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