Ejemplo n.º 1
0
 public static void SetCallBack(FindPlanesResultCallBack cb)
 {
     // cb = FindPlanesCallBackFunc;
     s_findPlanesCallBack           = FindPlanesCallBackFunc;
     s_findPlanesResultCallBackFunc = cb;
     FindPlaneSO.setCallBack(s_findPlanesCallBack);
 }
Ejemplo n.º 2
0
 public static void StopFind()
 {
     FindPlaneSO.stopFind();
 }
Ejemplo n.º 3
0
 public static void StartFind()
 {
     FindPlaneSO.startFind();
 }
Ejemplo n.º 4
0
 public static void SetMovEnable(bool enable)
 {
     FindPlaneSO.movEnableDisable(enable);
 }