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[]
Namespace: Brine2D.ECS.Query
Requires entities to have AT LEAST ONE of the specified tags.
public Brine2D.ECS.Query.EntityQuery WithAnyTag(params string[] tags);
tags System.String[]