Skip to content

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

Returns

EntityQuery