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