Single

data class Single(val id: ARObjectIdentifier, val materialId: String?) : ARObjectReference

Represents a standalone, indivisible AR object.

Constructors

Link copied to clipboard
constructor(id: ARObjectIdentifier, materialId: String?)

Properties

Link copied to clipboard
open override val id: ARObjectIdentifier

The unique identifier for this AR object.

Link copied to clipboard
open override val materialId: String?

The optional identifier of the material applied to the object.