CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriSerializedBytesAssetImplCreator Struct Reference

"OnMemory" DeployType implementation class More...

Inheritance diagram for CriSerializedBytesAssetImplCreator:
ICriAssetImplCreator

Public Member Functions

ICriAssetImpl CreateAssetImpl (AssetImportContext ctx)
 Actual data import process More...
 

Detailed Description

"OnMemory" DeployType implementation class

Description:
This class defines the actual data import process with the "OnMemory" DeployType.
DeployType can be specified from a script with CriAssetImporter.implementation.

Member Function Documentation

ICriAssetImpl CreateAssetImpl ( AssetImportContext  ctx)
inline

Actual data import process

Returns
Actual data storage destination information
Description:
A method that reads a CRIWARE file and returns the path where the actual data will be stored. Called when importing an asset.

Implements ICriAssetImplCreator.


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