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

A module for checking the progress or getting the result of the loading process. More...

Inheritance diagram for CriFsLoadFileRequest:
CriFsRequest

Public Member Functions

override void Stop ()
 Stops the asynchronous process. More...
 
YieldInstruction WaitForDone (MonoBehaviour mb)
 Waits for the completion of asynchronous process. More...
 

Properties

string path [get]
 The path to the file to be loaded. More...
 
byte[] bytes [get]
 A buffer that stores load result. More...
 
DoneDelegate doneDelegate [get, protected set]
 Delegate when processing is complete. More...
 
bool isDone [get]
 Whether the processing is complete. More...
 
string error [get, protected set]
 Error information. More...
 
bool isDisposed [get, protected set]
 Discard information. More...
 

Detailed Description

A module for checking the progress or getting the result of the loading process.

Description:
A module for checking the progress or getting the result of the loading process.
It is returned as the return value of the CriWare.CriFsUtility::LoadFile function.

The value of isDone becomes true when the loading process completes.
Load result is stored in bytes.
If an error occurs during the loading process, the error information is stored in error.
See also
CriFsUtility::LoadFile

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