Class DebugCommands.CommandFlags
Types of debug command flags.
Inheritance
System.Object
DebugCommands.CommandFlags
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class CommandFlags : Enum
Fields
Exec
Executable method.
Declaration
public const DebugCommands.CommandFlags Exec
Field Value
DebugCommands.CommandFlags
|
None
Incorrect or missing command.
Declaration
public const DebugCommands.CommandFlags None
Field Value
DebugCommands.CommandFlags
|
Read
Can get value.
Declaration
public const DebugCommands.CommandFlags Read
Field Value
DebugCommands.CommandFlags
|
ReadWrite
Can get and set value.
Declaration
public const DebugCommands.CommandFlags ReadWrite
Field Value
DebugCommands.CommandFlags
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Write
Can set value.
Declaration
public const DebugCommands.CommandFlags Write
Field Value
DebugCommands.CommandFlags
|