data class Anchor(var handle: Long, var uuid: UUID)
| Name | Summary |
|---|---|
Anchor | constructor(handle: Long, uuid: UUID) |
| Name | Summary |
|---|---|
data class FetchOptions(var uuids: Array<UUID> = arrayOf(), var componentTypes: Array<Anchor.SpaceComponentType> = arrayOf()) Options for fetching anchors from the MR subsystem. | |
data class RoomLayout(var floor: UUID, var ceiling: UUID, var walls: Array<UUID>) Represents the layout of a room detected in the physical environment. | |
enum SpaceComponentType : Enum<Anchor.SpaceComponentType> Defines the types of components that can be associated with a space/anchor. | |
data class SpaceTriangleMesh(val vertices: Array<Vector3>, val indices: IntArray) Represents a triangle mesh associated with an anchor. |
| Name | Summary |
|---|---|
handle | var handle: Long Native handle to the underlying OpenXR space object |
uuid | var uuid: UUID Unique identifier for this anchor |