Subscribes an EntityEnabledHandler(Entity) on the current World to be called when an Entity is enabled.
public System.IDisposable SubscribeEntityEnabled(DefaultEcs.EntityEnabledHandler action);
action
EntityEnabledHandler(Entity)
The EntityEnabledHandler(Entity) to be called.
System.IDisposable
An System.IDisposable object used to unsubscribe.
System.ArgumentNullException
action is null.