"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

StatusInfo not found

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 t

Hello,

You can find sample code for polling the tracking status in our Vuforia Engine Core samples, available on the Unity Asset Store.

Please review the following files for usage examples:

Assets/SamplesResources/SceneAssets/GroundPlane/Scripts/GroundPlaneUI.cs