Skip to content

Entity.FindDescendant(string) Method

Definition

Namespace: Brine2D.ECS

Finds the first descendant entity with the specified name.

public Brine2D.ECS.Entity? FindDescendant(string name);

Parameters

name System.String

Returns

Entity