Skip to content

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

Returns

TSelf