Search Results for

    Show / Hide Table of Contents

    Class GameCooker.EventType

    Building event type.

    Inheritance
    System.Object
    GameCooker.EventType
    Namespace: FlaxEditor
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class EventType : Enum

    Fields

    BuildDone

    The build done.

    Declaration
    public const GameCooker.EventType BuildDone
    Field Value
    GameCooker.EventType

    BuildFailed

    The build failed.

    Declaration
    public const GameCooker.EventType BuildFailed
    Field Value
    GameCooker.EventType

    BuildStarted

    The build started.

    Declaration
    public const GameCooker.EventType BuildStarted
    Field Value
    GameCooker.EventType

    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