Skip to content

EntityQuery.WithTag(string) Method

Definition

Namespace: Brine2D.ECS.Query

Requires entities to have the specified tag.

C#
public Brine2D.ECS.Query.EntityQuery WithTag(string tag);

Parameters

tag System.String

Returns

EntityQuery