Version: 1.1
LanguageEnglish
  • C#

ArchiveHandle

struct in Unity.IO.Archive

/

Implemented in:UnityEngine.CoreModule

Description

Represents an asynchronous operation handle that references an archive.

Properties

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 Methods

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答