MaxstAR Unity
List of all members
maxstAR.AbstractInstantTrackableBehaviour Class Reference

Serves only instant tracking mode More...

Inheritance diagram for maxstAR.AbstractInstantTrackableBehaviour:
maxstAR.AbstractTrackableBehaviour

Additional Inherited Members

- Public Member Functions inherited from maxstAR.AbstractTrackableBehaviour
virtual void OnTrackFail ()
 Common interface to notify this target lost tracking. Child class can override this method to receive tracking lost event More...
 
virtual void OnTrackSuccess (string id, string name, Matrix4x4 poseMatrix)
 Common interface to notify this target tracking success. Child class can override this method to receive tracking success event More...
 
- Protected Member Functions inherited from maxstAR.AbstractTrackableBehaviour
virtual void OnTrackerDataFileChanged (string trackerFileName)
 To notify tracker file changed (Editor mode only) More...
 
- Properties inherited from maxstAR.AbstractTrackableBehaviour
StorageType StorageType [get, set]
 If file is located in android assets folder or not More...
 
UnityEngine.Object TrackerDataFileObject [get, set]
 Save tracking file object name in StreamingAssets folder (For editor mode) More...
 
string TrackerDataFileName [get, set]
 Tracking file name More...
 
string TrackableId [get, set]
 Tracking file uuid. This value is addressed in tracking file. More...
 
string TrackableName [get, set]
 Tracking file name only without extention. More...
 

Detailed Description

Serves only instant tracking mode


The documentation for this class was generated from the following file: