Ejemplo n.º 1
0
 public static int arwGetMatrixCodeType()
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         return(ARNativePluginStatic.arwGetMatrixCodeType());
     }
     else
     {
         return(ARNativePlugin.arwGetMatrixCodeType());
     }
 }