public abstract class TestTrackable

Known direct subclasses
TestAugmentedImage

Image in the test environment.

TestAugmentedObject

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

TestPlane

Flat surface in the test environment.

TestQrCode

QR code in the test environment.


Real-world object tracked by ARCore.

Summary

Public methods

abstract boolean

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

abstract void
setVisible(boolean value)

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

Public methods

isVisible

Added in 1.0.0-beta02
public abstract boolean isVisible()

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

setVisible

Added in 1.0.0-beta02
public abstract void setVisible(boolean value)

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