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