Search Results for

    Show / Hide Table of Contents

    Class BehaviorUpdateResult

    Behavior update result.

    Inheritance
    System.Object
    BehaviorUpdateResult
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class BehaviorUpdateResult : Enum

    Fields

    Failed

    Action failed.

    Declaration
    public const BehaviorUpdateResult Failed
    Field Value
    BehaviorUpdateResult

    Running

    Action is still running and active.

    Declaration
    public const BehaviorUpdateResult Running
    Field Value
    BehaviorUpdateResult

    Success

    Action completed successfully.

    Declaration
    public const BehaviorUpdateResult Success
    Field Value
    BehaviorUpdateResult

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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