ToULong(EntityId)
Gets the raw data of the EntityId. (Use at your own risk. And bit arrangement might change.)
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static ulong ToULong(EntityId entityId)
Parameters
EntityId to get as a ulong.
Returns
Type | Description |
|---|---|
| ulong | The raw data of the EntityId. (Use at your own risk. And bit arrangement might change.) |
Remarks
This can be used for storing an EntityId in a common variable, or for custom serialisation.