Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

EntityId to get as a ulong.

Returns

Type

Description

ulongThe 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.