ComponentSystem(T).Execute Method

TinyEcs

ComponentSystemTExecute Method

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

Executed when a message of type T is posted.

Namespace:  TinyEcs
Assembly:  TinyEcs (in TinyEcs.dll) Version: 1.0.0
Remarks
ComponentSystems usually run in parallel. It's not safe to call any methods of the World instance aside from GetDependency<T> and Ref<T>
See Also