Composite

data class Composite(val id: ARObjectIdentifier, val materialId: String?, val childrenIds: List<ARObjectIdentifier>) : ARObjectReference

Represents a complex AR object composed of multiple child entities.

Constructors

Link copied to clipboard
constructor(id: ARObjectIdentifier, materialId: String?, childrenIds: List<ARObjectIdentifier>)

Properties

Link copied to clipboard

The list of identifiers for the child objects forming this composite.

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.