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
Returns
Type | Description |
|---|---|
| Object | Resolved reference or null if the EntityId didn't match anything. |