public static bool arwGetProjectionMatrixStereo(float[] matrixL, float[] matrixR) { if (Application.platform == RuntimePlatform.IPhonePlayer) { return(ARNativePluginStatic.arwGetProjectionMatrixStereo(matrixL, matrixR)); } else { return(ARNativePlugin.arwGetProjectionMatrixStereo(matrixL, matrixR)); } }