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-rc01
TestAugmentedObject(category: AugmentedObjectCategory)

Public properties

category

Added in 1.0.0-rc01
var category: AugmentedObjectCategory

the AugmentedObjectCategory that describes the object

centerPose

Added in 1.0.0-rc01
var centerPose: Pose

Pose at the center of the augmented object

extents

Added in 1.0.0-rc01
var extents: FloatSize3d

the FloatSize3d extents used to determine the size of the object

isVisible

open var isVisible: Boolean

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