This class represents a set of ARImageTrackable objects, imported from a .KARMarker file.
| void loadFromAsset |
( |
String |
asset | ) |
|
|
inline |
Load a .KARMarker file into the ARTrackableSet from a bundled asset.
Example of use:
imageTrackableSet.loadFromAsset("example.KARMarker");
- Parameters
-
| asset | The file relative to the main bundle, including extension. |
| void loadFromPath |
( |
String |
path | ) |
|
|
inline |
Load a .KARMarker file into the ARTrackableSet from a full file path.
Example of use:
imageTrackableSet.loadFromPath('/mnt/sdcard/images/example.KARMarker");
- Parameters
-
| path | The full path name to the trackable set file. This includes all folders and the file extension. This file should have been generated by the Kudan AR Toolkit and be in the .KARMarker format. |
The documentation for this class was generated from the following file: