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.

TestFace

Represents a human face as observed by the runtime within a test environment.

TestPlane

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


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 constructors

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 constructors

TestTrackable

Added in 1.0.0-alpha14
public TestTrackable()

Public methods

isVisible

Added in 1.0.0-alpha14
public abstract boolean isVisible()

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

setVisible

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

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