CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAddressableAssetImpl Class Reference

The location of the actual data for Addressables deployment More...

Inheritance diagram for CriAddressableAssetImpl:
ICriFileAssetImpl ICriAssetImpl

Public Member Functions

void OnEnable ()
 Processing when an asset is enabled More...
 
void OnDisable ()
 Processing when an asset is disabled More...
 

Detailed Description

The location of the actual data for Addressables deployment

Member Function Documentation

void OnEnable ( )
inline

Processing when an asset is enabled

Description:
Called when the corresponding CRI asset becomes Enabled.
The data reference setup process etc. will be performed.

Implements ICriAssetImpl.

void OnDisable ( )
inline

Processing when an asset is disabled

Description:
Called when the corresponding CRI asset becomes Disable.
The resources allocated in the instance will be destroyed.

Implements ICriAssetImpl.


The documentation for this class was generated from the following file: