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