ArchiveHandle

struct in Unity.IO.Archive

/

Implemented in:UnityEngine.CoreModule

Description

Represents an asynchronous operation handle that references an archive.

Additional resources: ArchiveFileInterface.MountAsync

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.

Did you find this page useful? Please give it a rating: