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