Enum ToggleModeEventType
Specifies whether a mode is being entered or exited.
public enum ToggleModeEventType
- Extension Methods
Fields
Enter = 0The creature is entering the mode.
Exit = 1The creature is exiting the mode.
Specifies whether a mode is being entered or exited.
public enum ToggleModeEventType
Enter = 0The creature is entering the mode.
Exit = 1The creature is exiting the mode.