| ISystem Interface |
Namespace: Slash.Application.Systems
The ISystem type exposes the following members.
| Name | Description | |
|---|---|---|
| BlueprintManager |
Blueprint manager for this system.
| |
| EntityManager |
Entity manager for this system.
| |
| EventManager |
Event manager for this system.
| |
| Log |
Logger for logic events.
| |
| ProcessManager |
Allows ticking and queueing timed processes. Good examples are
animations, tweens, or "Go to that point, and open the door after."
|
| Name | Description | |
|---|---|---|
| Deinit |
Deinitializes this system.
| |
| Init |
Initializes this system with the data stored in the specified
attribute table.
| |
| LateUpdate |
Late update of this system. The late update is performed after
all events of the tick were processed.
| |
| Update |
Ticks this system.
|