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
Namespace: Brine2D.ECS
Finds the first descendant entity with the specified name.
public Brine2D.ECS.Entity? FindDescendant(string name);
name System.String