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