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

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

Inheritance diagram for CriFsBindRequest:
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 of the file to be bound. More...
 
uint bindId [get]
 The ID which identifies the binding process. 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 binding process.

Description:
This module is used to check the progress and obtain the result of the binding process,
which is returned by the CriFsUtility::BindCpk function.

Once the binding process is completed, the value of isDone becomes true.
If an error occurs during the binding process, the error information will be stored in the "error" argument.
See also
CriFsUtility::BindCpk

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