| GameSystem Methods |
The GameSystem type exposes the following members.
| 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.
|