CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
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... | |
long | Size [get] |
Data Size 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, CriSerializedBytesAssetImpl, and CriStreamingFolderAssetImpl.
|
inherited |
Processing when an asset is disabled
Implemented in CriAddressableAssetImpl, CriSerializedBytesAssetImpl, and CriStreamingFolderAssetImpl.
|
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 |
Data Size