예제 #1
0
 /// <summary>
 /// Get Trackable width
 /// </summary>
 /// <returns></returns>
 public float GetWidth()
 {
     return(NativeAPI.Trackable_getWidth(cPtr));
 }