Enables the current Entity component of type T so it can appear in EntitySet.
Does nothing if current Entity does not have a component of type T.
This method is not thread safe.
public void Enable<T>();
T
The type of the component.
System.InvalidOperationException
Entity was not created from a World.