Version: 2022.3
言語: 日本語

ArchiveHandle

struct in Unity.IO.Archive

マニュアルに切り替える

説明

Represents an asynchronous operation handle that references an archive.

変数

CompressionThe type of compression the archive uses.
IsStreamedIndicates if the archive contains streamed blocks.
JobHandleJobHandle of the mount operation.
StatusStatus of the archive mount operation.

Public 関数

GetFileInfoRetrieves information about files included in the archive.
GetMountPathRetrieves the path where the archive was mounted.
UnmountRemoves the archive from its mount point.