Namespace: DeltaEngine.GameLogicAssembly: DeltaEngine.GameLogic (in DeltaEngine.GameLogic.dll) Version: 1.1.1.0 (1.1.1)
protected static event Action GameStarting
protected static event Action GameStarting
Protected Shared Event GameStarting As Action
Protected Shared Event GameStarting As Action
protected:
static event Action^ GameStarting {
void add (Action^ value);
void remove (Action^ value);
}
protected:
static event Action^ GameStarting {
void add (Action^ value);
void remove (Action^ value);
}
member GameStarting : IEvent<Action,
EventArgs>
member GameStarting : IEvent<Action,
EventArgs>
Value
Type:
System Action