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
|