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

ACF Asset Class More...

Inheritance diagram for CriAtomAcfAsset:
CriAssetBase

Public Member Functions

bool Register ()
 ACF registration More...
 

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

ACF Asset Class

Description:
A class that handles ACF files imported as Unity assets.

Member Function Documentation

bool Register ( )
inline

ACF registration

Description:
Loads ACF into the library.

Property Documentation

virtual ICriAssetImpl Implementation
getinherited

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
getsetinherited

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
getsetinherited

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: