EntityQuery.WithAllTags(string[]) Method
Definition¶
Namespace: Brine2D.ECS.Query
Requires entities to have ALL of the specified tags.
public Brine2D.ECS.Query.EntityQuery WithAllTags(params string[] tags);
Parameters¶
tags System.String[]
Namespace: Brine2D.ECS.Query
Requires entities to have ALL of the specified tags.
public Brine2D.ECS.Query.EntityQuery WithAllTags(params string[] tags);
tags System.String[]