Class System
Game element that can be installed on the SystemManager to provide global behavior or data. Only one instance of each direct child class of System can be installed at a time.
public abstract class System : GameElement
- Inheritance
-
System
- Derived
- Inherited Members
Methods
CleanUp()
Called when the Game is stopped.
protected virtual void CleanUp()
Start()
Called when the Game is run.
protected virtual void Start()
Tick()
Called once per tick.
protected virtual void Tick()