IOnLoad Interface

TinyEcs

IOnLoad Interface

[This is preliminary documentation and is subject to change.]

Allows a dependency to have a OnLoad method that gets called after a World has been constructed for further initialization dependant on a fully constructed World.

Namespace:  TinyEcs
Assembly:  TinyEcs (in TinyEcs.dll) Version: 1.0.0

The IOnLoad type exposes the following members.

Methods
  NameDescription
Public methodOnLoad
Gets called after a World has been constructed
Top
See Also