![]() |
CRIWARE Unity Plugin Manual
Last Updated: 2026-07-17
|
Actual data storage destination interface (file) More...
Public Member Functions | |
| void | OnEnable () |
| Processing when an asset is enabled More... | |
| void | OnDisable () |
| Processing when an asset is disabled More... | |
Properties | |
| string | Path [get] |
| Non-Asset CRI Data Path More... | |
| ulong | Offset [get] |
| Data position in the file More... | |
| CriFsBinder | Binder [get] |
| Binder containing files More... | |
| bool | IsReady [get] |
| Whether the data is available | |
Actual data storage destination interface (file)
|
inherited |
Processing when an asset is enabled
Implemented in CriAddressableAssetImpl, CriStreamingFolderAssetImpl, and CriSerializedBytesAssetImpl.
|
inherited |
Processing when an asset is disabled
Implemented in CriAddressableAssetImpl, CriStreamingFolderAssetImpl, and CriSerializedBytesAssetImpl.
|
get |
Non-Asset CRI Data Path
|
get |
Data position in the file
The offset of the target data within the file specified by Path.
|
get |
Binder containing files
Returns null for actual files on the local file system.