Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat