ArchiveHandle
Represents an asynchronous operation handle that references an archive.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.IO.Archive
- Assembly: UnityEngine.CoreModule
public struct ArchiveHandle
Remarks
Additional Resources: ArchiveFileInterface.MountAsync
Properties
Property | Description |
|---|---|
| Compression | The type of compression the archive uses. |
| IsStreamed | Indicates if the archive contains streamed blocks. |
| JobHandle | JobHandle of the mount operation. |
| Status | Status of the archive mount operation. |
Methods
Method | Description |
|---|---|
| GetFileInfo | Retrieves information about files included in the archive. |
| GetMountPath | Retrieves the path where the archive was mounted. |
| Unmount | Removes the archive from its mount point. |