Gets an Components<T> to get a fast access to the component of type T of this World instance Entity.
public DefaultEcs.Components<T> GetComponents<T>();
T
The type of component.
Gets an Components<T> to get a fast access to the component of type T of this World instance Entity.
public DefaultEcs.Components<T> GetComponents<T>();
T
The type of component.