Ejemplo n.º 1
0
 public static bool arwQueryMarkerTransformation(int markerID, float[] matrix)
 {
     if (Application.platform == RuntimePlatform.IPhonePlayer)
     {
         return(ARNativePluginStatic.arwQueryMarkerTransformation(markerID, matrix));
     }
     else
     {
         return(ARNativePlugin.arwQueryMarkerTransformation(markerID, matrix));
     }
 }