Class PlayModeShortcutAvailability
Shortcut availability in play mode.
Inheritance
System.Object
PlayModeShortcutAvailability
Namespace: FlaxEditor.Options
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class PlayModeShortcutAvailability : Enum
Fields
All
All window shortcuts will be available in play mode.
Declaration
public const PlayModeShortcutAvailability All
Field Value
|
PlayModeShortcutAvailability
|
None
None of the window shortcuts will be available in play mode.
Declaration
public const PlayModeShortcutAvailability None
Field Value
|
PlayModeShortcutAvailability
|
ProfilerOnly
Only the profiler window shortcut will be available in play mode.
Declaration
public const PlayModeShortcutAvailability ProfilerOnly
Field Value
|
PlayModeShortcutAvailability
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|