CachedEntityQueryBuilderBase.WithTag(string) Method
Definition¶
Namespace: Brine2D.ECS.Query
Requires entities to have the specified tag.
public TSelf WithTag(string tag);
Parameters¶
tag System.String
Namespace: Brine2D.ECS.Query
Requires entities to have the specified tag.
public TSelf WithTag(string tag);
tag System.String