World.GetComponents_T_().md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.World
World.GetComponents() Method
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>();
Type parameters
T
The type of component.