GetNodeFromEntityId(EntityId)
Gets the HierarchyNode corresponding to the given EntityId.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public virtual HierarchyNode GetNodeFromEntityId(EntityId entityId)
Parameters
Returns
Type | Description |
|---|---|
| HierarchyNode | The matching HierarchyNode, or HierarchyNode.Null if not found. |