Version: 2023.2

FileInfoResult

struct in Unity.IO.LowLevel.Unsafe

切换到手册

描述

The results of an asynchronous AsyncReadManager.GetFileInfo call.

This structure reports whether the file to be queried was found, and if so, its size in bytes.

变量

FileSizeIndicates the size of the file in bytes.
FileStateIndicates whether the file exists or not.