摘要:
///Check the current device is tablet or notprivate void checkTheCurrentDevice(){#ifUNITY_IPHONEstring deviceModel = SystemInfo.deviceModel.ToLower().Trim();if(deviceModel.StartsWith("ipad")){bIsTablet = true;}else{bIsTablet = false;}#elifUNITY_ANDROIDfloat physicScreenSize = Mathf.Sqrt(Sc 阅读全文
posted @ 2014-02-21 18:25
火之梦魇
阅读(1974)
评论(0)
推荐(0)
浙公网安备 33010602011771号