Click or drag to resize
GameAddSystemT Method
Adds and initializes the system of the specified type.

Namespace: Slash.Application.Games
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddSystem<T>()
where T : new(), ISystem

Type Parameters

T
Type of the system to add.
See Also