Skip to content

EntityQuery.Any() Method

Definition

Namespace: Brine2D.ECS.Query

Executes the query and checks if any entities match.

C#
public bool Any();

Returns

System.Boolean