public static int arwGetLabelingMode() { if (Application.platform == RuntimePlatform.IPhonePlayer) { return(ARNativePluginStatic.arwGetLabelingMode()); } else { return(ARNativePlugin.arwGetLabelingMode()); } }
public int arwGetLabelingMode() { return(ARNativePlugin.arwGetLabelingMode()); }