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

The actual data location based on the asset deployment More...

Inheritance diagram for CriSerializedBytesAssetImpl:
ICriMemoryAssetImpl 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 actual data location based on the asset 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 ( )

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: