Class GameEventManager
Inheritance
System.Object
GameEventManager
Assembly: Eco.Gameplay.dll
Syntax
public class GameEventManager : AutoSingleton<GameEventManager>, IController, IViewController, IHasUniversalID
Constructors
GameEventManager()
Declaration
public GameEventManager()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Init()
Declaration
RegEvent(Type)
Declaration
public RegistrarEvent RegEvent(Type type)
Parameters
Type |
Name |
Description |
System.Type |
type |
|
Returns
Implements
Extension Methods