1. 首页
  2. 编程语言
  3. C#
  4. unity 获取磁盘空间

unity 获取磁盘空间

上传者: 2018-12-28 23:00:53上传 TXT文件 1.31KB 热度 53次
备注: System.IO.DriveInfo[] drives = System.IO.DriveInfo.GetDrives(); 在unity下使用会报错 NotImplementedException: The requested feature is not implemented. 本方法在unity下可以使用/
用户评论