Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EntityIdToObject(EntityId)

Translates an EntityId to an object reference.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static Object EntityIdToObject(EntityId entityId)

Parameters

entityId

EntityId of an Object.

Returns

Type

Description

ObjectResolved reference or null if the EntityId didn't match anything.