CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
ICriAssetImplCreator Interface Reference

Actual data import processing interface More...

Inheritance diagram for ICriAssetImplCreator:
CriCustomAddressableAssetImplCreator CriSerializedBytesAssetImplCreator CriStreamingFolderAssetImplCreator

Public Member Functions

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

Properties

string Description [get]
 Description of DeployType More...
 

Detailed Description

Actual data import processing interface

Description:
An interface that provides the definitions for importing the actual data of the CRIWARE assets. By inheriting this interface, you can add DeployType that can be set to CRIWARE assets.

Member Function Documentation

ICriAssetImpl CreateAssetImpl ( AssetImportContext  ctx)

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.

Implemented in CriCustomAddressableAssetImplCreator, CriStreamingFolderAssetImplCreator, and CriSerializedBytesAssetImplCreator.

Property Documentation

string Description
get

Description of DeployType

Description:
This is the description displayed in the Inspector for each DeployType.

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