 | SystemManagerAddSystem Method |
Adds the passed system to this manager. The system will be updated
in each tick.
Namespace: Slash.Application.SystemsAssembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddSystem(
ISystem system
)
Public Sub AddSystem (
system As ISystem
)
public:
void AddSystem(
ISystem^ system
)
member AddSystem :
system : ISystem -> unit
Parameters
- system
- Type: Slash.Application.SystemsISystem
System to add.
Exceptions
See Also