 | SystemManager Constructor |
Constructs a new system manager without any systems.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SystemManager(
Game game
)
Public Sub New (
game As Game
)
public:
SystemManager(
Game^ game
)
new :
game : Game -> SystemManager
Parameters
- game
- Type: Slash.Application.GamesGame
Game to manage the systems for.
See Also