Gets all the component of a given type T.
public System.Span<T> GetAll<T>();
T
The type of component.
System.Span<T>
A System.Span<> pointing directly to the component values to edit them.
Gets all the component of a given type T.
public System.Span<T> GetAll<T>();
T
The type of component.
System.Span<T>
A System.Span<> pointing directly to the component values to edit them.