class TestQrCode : TestTrackable


Represents a QR code in the test environment.

Summary

Public constructors

Public properties

Pose

Pose at the center of the augmented image

String

the data of the QR code

FloatSize2d

the FloatSize2d extents used to determine the size of the image

open Boolean

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

Public constructors

TestQrCode

Added in 1.0.0-alpha15
TestQrCode(data: String)

Public properties

centerPose

Added in 1.0.0-alpha15
var centerPosePose

Pose at the center of the augmented image

data

Added in 1.0.0-alpha15
var dataString

the data of the QR code

extents

Added in 1.0.0-alpha15
var extentsFloatSize2d

the FloatSize2d extents used to determine the size of the image

isVisible

open var isVisibleBoolean

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