CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
Data storage destination interface More...
Public Member Functions | |
void | OnEnable () |
Processing when an asset is enabled More... | |
void | OnDisable () |
Processing when an asset is disabled More... | |
Properties | |
bool | IsReady [get] |
Whether the data is available | |
Data storage destination interface
void OnEnable | ( | ) |
Processing when an asset is enabled
Implemented in CriAddressableAssetImpl, CriSerializedBytesAssetImpl, and CriStreamingFolderAssetImpl.
void OnDisable | ( | ) |
Processing when an asset is disabled
Implemented in CriAddressableAssetImpl, CriSerializedBytesAssetImpl, and CriStreamingFolderAssetImpl.