TestAugmentedObject


class TestAugmentedObject : TestTrackable


A representation of a real-world object of an AugmentedObjectCategory in the test environment.

Summary

Public constructors

Public properties

AugmentedObjectCategory

the AugmentedObjectCategory that describes the object

Pose

Pose at the center of the augmented object

FloatSize3d

the FloatSize3d extents used to determine the size of the object

open Boolean

indicates whether the trackable object is currently in view of the runtime

Public constructors

TestAugmentedObject

Added in 1.0.0-alpha14
TestAugmentedObject(category: AugmentedObjectCategory)

Public properties

category

Added in 1.0.0-alpha14
var categoryAugmentedObjectCategory

the AugmentedObjectCategory that describes the object

centerPose

Added in 1.0.0-alpha14
var centerPosePose

Pose at the center of the augmented object

extents

Added in 1.0.0-alpha14
var extentsFloatSize3d

the FloatSize3d extents used to determine the size of the object

isVisible

open var isVisibleBoolean

indicates whether the trackable object is currently in view of the runtime