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