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

Base class of CRI asset More...

Inheritance diagram for CriAssetBase:
CriAtomAcbAsset CriAtomAcfAsset CriManaUsmAsset

Properties

virtual ICriAssetImpl Implementation [get]
 Actual data deployment destination information More...
 
string FilePath [get, set]
 Path to the data's raw file More...
 
byte[] Data [get, set]
 Serialized data More...
 

Detailed Description

Base class of CRI asset

Description:
Base class for assets handled by the Asset Support add-on.
This class contains the definitions (that are common to all assets) relevant to the handling of the actual data.

Property Documentation

virtual ICriAssetImpl Implementation
get

Actual data deployment destination information

Description:
A field that shows how the actual data is stored.
The way to store the actual data depends on the inherited type.
string FilePath
getset

Path to the data's raw file

Description:
Gets the path of the file containing the streaming playback data.
Returns null if the actual data is stored in the asset.
byte [] Data
getset

Serialized data

Description:
Gets the actual data stored in the asset.
Returns null if the actual data is in a non-asset file.

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