ObjectId

data class ObjectId(val value: UUID) : ARObjectIdentifier

Identifies an object using its backend UUID.

Constructors

Link copied to clipboard
constructor(value: UUID)

Properties

Link copied to clipboard
val value: UUID

The unique identifier of the object.