Class GameSystem
public abstract class GameSystem : GameSystemBase, IDisposable, ICollectorHolder, IGameSystemBase, IComponent, IReferencable, IUpdateable, IDrawable, IContentable
- Inheritance
-
GameSystem
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
GameSystem(IServiceRegistry)
protected GameSystem(IServiceRegistry registry)
Parameters
registry
IServiceRegistry
Properties
Game
Gets the Game associated with this GameSystemBase. This value can be null in a mock environment.
public Game Game { get; }
Property Value
- Game
The game.
Remarks
This value can be null