GetEntityId()
Gets the EntityId of the object.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public EntityId GetEntityId()
Returns
Type | Description |
|---|---|
| EntityId | Returns the EntityId of the object. |
Remarks
The of an object acts like a handle to the in-memory instance. It is always unique, and never has the value for valid objects.
EntityIdEntityId.None