Click or drag to resize
ISystem Methods

The ISystem type exposes the following members.

Methods
  NameDescription
Public methodDeinit
Deinitializes this system.
Public methodInit
Initializes this system with the data stored in the specified attribute table.
Public methodLateUpdate
Late update of this system. The late update is performed after all events of the tick were processed.
Public methodUpdate
Ticks this system.
Top
See Also