ActionSystem_T_.ActionSystem(Action_T_).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.System.ActionSystem<T>
ActionSystem(Action) Constructor
Initialises a new instance of the ActionSystem<T> class with the given System.Action<>.
public ActionSystem(System.Action<T> action);
Parameters
action System.Action<T>
The System.Action<> to call as update.
Exceptions
System.ArgumentNullException
action is null.