public interface VuforiaTrackables extends java.util.List<VuforiaTrackable>
VuforiaTrackables
represents a set of targets that can be visually tracked.Modifier and Type | Method and Description |
---|---|
void |
activate()
Activates this trackables so that its localizer is actively seeking the presence
of the trackables that it contains.
|
void |
deactivate()
Deactivates this trackables, causing its localizer to no longer see the presence
of the trackables it contains.
|
VuforiaLocalizer |
getLocalizer()
Returns the
VuforiaLocalizer which manages this list of trackables. |
java.lang.String |
getName()
Returns the user-specified name for this trackables.
|
void |
setName(java.lang.String name)
Sets the name for this
VuforiaTrackables and any of its contained
trackables which do not already have a user-specified name |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
void setName(java.lang.String name)
VuforiaTrackables
and any of its contained
trackables which do not already have a user-specified namename
- the name for this trackablesgetName()
java.lang.String getName()
setName(String)
void activate()
deactivate()
void deactivate()
activate()
VuforiaLocalizer getLocalizer()
VuforiaLocalizer
which manages this list of trackables.VuforiaLocalizer
which manages this list of trackables.