CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
Asynchronous loader of ACB and AWB data More...
Inherits CriDisposable.
Public Types | |
enum | Status |
Status More... | |
Public Member Functions | |
Status | GetStatus () |
Gets the status More... | |
CriAtomExAcb | MoveAcb () |
Gets the ACB data More... | |
override void | Dispose () |
Discards an asynchronous loader More... | |
Static Public Member Functions | |
static CriAtomExAcbLoader | LoadAcbFileAsync (CriFsBinder binder, string acbPath, string awbPath, bool loadAwbOnMemory=false) |
Asynchronous loading of the ACB file More... | |
static CriAtomExAcbLoader | LoadAcbDataAsync (byte[] acbData, CriFsBinder awbBinder, string awbPath, bool loadAwbOnMemory=false) |
Asynchronous loading of the ACB data More... | |
static CriAtomExAcbLoader | LoadAcbDataAsync (IntPtr acbData, int dataSize, CriFsBinder awbBinder, string awbPath, bool loadAwbOnMemory=false) |
Asynchronous loading of the ACB data More... | |
Asynchronous loader of ACB and AWB data
|
strong |
Status
|
inlinestatic |
Asynchronous loading of the ACB file
binder | Binder object |
acbPath | Path of the ACB file |
awbPath | Path of the AWB file |
loadAwbOnMemory | Whether to load the AWB file on the memory (optional) |
|
inlinestatic |
Asynchronous loading of the ACB data
acbData | Byte array of the ACB data |
awbBinder | Binder object for AWB |
awbPath | Path of the AWB file |
loadAwbOnMemory | Whether to load the AWB file on the memory (optional) |
|
inlinestatic |
Asynchronous loading of the ACB data
acbData | Pointer to the fixed ACB data |
dataSize | ACB data size |
awbBinder | Binder object for AWB |
awbPath | Path of the AWB file |
loadAwbOnMemory | Whether to load the AWB file on the memory (optional) |
|
inline |
Gets the status
|
inline |
Gets the ACB data
|
inline |
Discards an asynchronous loader