Skip to content

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

Returns

EntityQuery