Initialises a new instance of the ActionSystem<T> class with the given System.Action<>.
public ActionSystem(System.Action<T> action);
action
System.Action<T>
The System.Action<> to call as update.
System.ArgumentNullException
action is null.
Initialises a new instance of the ActionSystem<T> class with the given System.Action<>.
public ActionSystem(System.Action<T> action);
action
System.Action<T>
The System.Action<> to call as update.
System.ArgumentNullException
action is null.