EntityQuery.Take(int) Method
Definition¶
Namespace: Brine2D.ECS.Query
Takes only the first N entities from the results.
public Brine2D.ECS.Query.EntityQuery Take(int count);
Parameters¶
count System.Int32
Namespace: Brine2D.ECS.Query
Takes only the first N entities from the results.
public Brine2D.ECS.Query.EntityQuery Take(int count);
count System.Int32