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

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

Inheritance diagram for CriFsRequest:
CriFsBindRequest CriFsInstallRequest CriFsLoadAssetBundleRequest CriFsLoadFileRequest CriFsWebInstallRequest

Public Member Functions

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

Properties

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 asynchronous process.

Description:
This module is used to check the progress from - or obtain the results of - the asynchronous processing.
When the asynchronous processing is completed, the value of "isDone" will be set to true.
If an error occured during the asynchronous processing, information about the error will be stored in "error".

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