Entity.GetDescendantsWithTag(string) Method
Definition
Namespace: Brine2D.ECS
Gets all descendants with the specified tag.
C#
public System.Collections.Generic.IEnumerable<Brine2D.ECS.Entity> GetDescendantsWithTag(string tag);
Parameters
tag System.String