public abstract class TestTrackable

Known direct subclasses
TestAugmentedImage

Represents an image in the test environment.

TestAugmentedObject

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

TestPlane

Represents a flat surface in the test environment, which can be described by a PlaneType.

TestQrCode

Represents a QR code in the test environment.


Represents a real-world object in the user's environment that is not part of the user and which can be collected by ARCore, such as a Plane or AugmentedObject.

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-alpha15
public abstract boolean isVisible()

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

setVisible

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

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