data class MRUKRoomFace(val uuid: UUID, val parentUuid: UUID, val label: MRUKLabel, val indices: IntArray)
MRUKRoomFace
(
uuid
, parentUuid
, label
, indices
)
|
Signature
constructor(uuid: UUID, parentUuid: UUID, label: MRUKLabel, indices: IntArray) Parameters uuid: UUID
Unique identifier for this face
parentUuid: UUID
Identifier of the parent anchor/surface this face belongs to
indices: IntArray
Array of vertex indices that define this face's geometry
Returns MRUKRoomFace |
indices
: IntArray
[Get] |
Signature
val indices: IntArray |
label
: MRUKLabel
[Get] |
Signature
val label: MRUKLabel |
parentUuid
: UUID
[Get] |
Signature
val parentUuid: UUID |
uuid
: UUID
[Get] |
Signature
val uuid: UUID |