Hello,
I am using version 7.0.50 of vuforia on Unity 2017.4.1f1. I am using CylinderTrackableEventHandler script extends of MonoBehaviour and implements ITrackableEventHandler .
In the Vuforia documentation, a cylinderTrackableBehaviour inherits from TrackableBehaviour. I would like to use the StatusInfo enumeration. I can get Enumeration Status but not StausInfo. It does not exist when I ask it on VisualStudio. In short, the documentation is different from the source code of vuforia that I use ...
Documentation link :https://library.vuforia.com/content/vuforia-library/en/reference/unity/classVuforia_1_1TrackableBehaviour.html
could you help me?
Necroing this thread to ask a similar question. I understand that StatusInfo is an enum and not a property or field. How do I get the TrackableBehaviour of my choice to spit out this info though? I can use mTrackableBehaiour.GetStatus() to get the status but there doesn't seem to be a similar function for StatusInfo.