Version: 2021.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.