Example #1
0
 public static bool arwGetVideoDebugMode()
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         return(ARNativePluginStatic.arwGetVideoDebugMode());
     }
     else
     {
         return(ARNativePlugin.arwGetVideoDebugMode());
     }
 }