GetEntityId(in HierarchyNode)
Gets the EntityId of the GameObject that corresponds to the specified HierarchyNode.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
GetEntityId(HierarchyNode)
public EntityId GetEntityId(in HierarchyNode node)
Parameters
Returns
Type | Description |
|---|---|
| EntityId | The EntityId of the GameObject that corresponds to the specified HierarchyNode. |