Provides a fast access to the components of type T.
Note that all entity modification operations are not safe (anything different than a simple Get<T>()) and may invalidate the Components<T>.
public readonly ref struct Components<T>
T
The type of the component.
Properties | |
---|---|
this[Entity] | Gets the component of type T on the provided Entity. |