The data part of the UUID.
The data part of the UUID.
The data part of the UUID.
The data part of the UUID.
Converts the UUID to a BigInt representation.
StaticfromCreates a new UUID from the specified BigInt value.
The UUID in BigInt representation.
A new UUID.
StaticfromStaticgenerateStaticis
The UUID implements an immutable universally unique identifier. It is used to identifier different types of objects uniquely, from SceneObject to Resource.
Note
As all TypeScript types, the UUID is an identity, not a value type. To compare two UUIDs, use the UUID.isEqual method and do not compare by identity (X == Y).