 | GameAddSystemT Method |
Adds and initializes the system of the specified type.
Namespace: Slash.Application.GamesAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddSystem<T>()
where T : new(), ISystem
Public Sub AddSystem(Of T As {New, ISystem})
public:
generic<typename T>
where T : gcnew(), ISystem
void AddSystem()
member AddSystem : unit -> unit when 'T : new() and ISystem
Type Parameters
- T
- Type of the system to add.
See Also