CachedEntityQueryBuilderBase.WithAnyTag(string[]) Method
Definition¶
Namespace: Brine2D.ECS.Query
Requires entities to have AT LEAST ONE of the specified tags.
public TSelf WithAnyTag(params string[] tags);
Parameters¶
tags System.String[]