Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

GetEntityId(HierarchyNode)

public EntityId GetEntityId(in HierarchyNode node)

Parameters

The HierarchyNode to get the EntityId for.

Returns

Type

Description

EntityIdThe EntityId of the GameObject that represents the subscene.