Пример #1
0
 public static bool arwCapture()
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         return(ARNativePluginStatic.arwCapture());
     }
     else
     {
         return(ARNativePlugin.arwCapture());
     }
 }
Пример #2
0
 /// <summary>
 /// Captures a newest frame from the video source.
 /// </summary>
 /// <returns>true if successful, false if an error occurred.</returns>
 public bool arwCapture()
 {
     return(ARNativePlugin.arwCapture());
 }