Skip to content

CachedEntityQueryBuilderBase.WithTag(string) Method

Definition

Namespace: Brine2D.ECS.Query

Requires entities to have the specified tag.

public TSelf WithTag(string tag);

Parameters

tag System.String

Returns

TSelf