Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

entityId

The EntityId to look up.

Returns

Type

Description

HierarchyNodeThe matching HierarchyNode, or HierarchyNode.Null if not found.