Skip to content

EntityQuery.WithAnyTag(string[]) Method

Definition

Namespace: Brine2D.ECS.Query

Requires entities to have AT LEAST ONE of the specified tags.

public Brine2D.ECS.Query.EntityQuery WithAnyTag(params string[] tags);

Parameters

tags System.String[]

Returns

EntityQuery