AugmentedObject.State


class AugmentedObject.State : Trackable.State


The representation of the current state of an AugmentedObject.

Summary

Public properties

AugmentedObjectCategory

the Category of the augmented object

Pose

the Pose determined to represent the center of this object

FloatSize3d

the dimensions of the object, axis aligned relative to the center pose, representing the full length of the specific axis

open TrackingState

the TrackingState of the object

Public properties

category

Added in 1.0.0-alpha12
val categoryAugmentedObjectCategory

the Category of the augmented object

centerPose

Added in 1.0.0-alpha12
val centerPosePose

the Pose determined to represent the center of this object

extents

Added in 1.0.0-alpha12
val extentsFloatSize3d

the dimensions of the object, axis aligned relative to the center pose, representing the full length of the specific axis

trackingState

open val trackingStateTrackingState

the TrackingState of the object