ARPlacedObject

data class ARPlacedObject(val instanceId: InstanceId, val name: String?, val objectId: UUID?, val tinuuid: String?, val materialHid: String?)

Represents a 3D object placed within the AR scene.

Constructors

Link copied to clipboard
constructor(instanceId: InstanceId, name: String?, objectId: UUID?, tinuuid: String?, materialHid: String?)

Properties

Link copied to clipboard

The unique identifier of this specific placed instance.

Link copied to clipboard

The identifier of the material applied to this instance.

Link copied to clipboard
val name: String?

The human-readable name of the object.

Link copied to clipboard

The backend UUID of the base object.

Link copied to clipboard

The string-based TINUUID of the base object.