Sets the value of the component of type T on the current Entity to the same instance of an other Entity.
This method is not thread safe.
public void SetSameAsWorld<T>();
T
The type of the component.
System.InvalidOperationException
Entity was not created from a World.
System.InvalidOperationException
World does not have a component of type T.