class TestQrCode : TestTrackable


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-rc01
TestQrCode(data: String)

Public properties

centerPose

Added in 1.0.0-rc01
var centerPose: Pose

Pose at the center of the augmented image

data

Added in 1.0.0-rc01
var data: String

the data of the QR code

extents

Added in 1.0.0-rc01
var extents: FloatSize2d

the FloatSize2d extents used to determine the size of the image

isVisible

open var isVisible: Boolean

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