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.

open TrackingState

Whether this trackable is being tracked or not.

Public properties

category

Added in 1.0.0-alpha06
val categoryAugmentedObjectCategory
  • The category of the augmented object.

centerPose

Added in 1.0.0-alpha06
val centerPosePose

The Pose determined to represent the center of this object.

This value may or may not overlap with the object's center of gravity.

extents

Added in 1.0.0-alpha06
val extentsFloatSize3d

The dimensions of the object, axis aligned relative to the center pose. These values represent the full length of the specific axis.

trackingState

open val trackingStateTrackingState

Whether this trackable is being tracked or not.