Exemplo n.º 1
0
 private static void _ar_session_interrupted()
 {
     UnityEngine.Debug.Log("ar_session_interrupted");
     if (UnityARSessionNativeInterface.ARSessionInterruptedEvent != null)
     {
         UnityARSessionNativeInterface.ARSessionInterruptedEvent();
     }
 }