GetEntityId(in HierarchyNode)
Gets the EntityId of the GameObject that represents the subscene for 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
The HierarchyNode to get the EntityId for.
Returns
Type | Description |
|---|---|
| EntityId | The EntityId of the GameObject that represents the subscene. |