|
Nostalgia
2.1.5
|
Class for asynchronous processing. More...
Public Member Functions | |
| void | Discontinue () |
| Discontinue. More... | |
| abstract IEnumerator | Process () |
| Method for co-routine that performs processing More... | |
Protected Attributes | |
| bool | _Discontinuable = false |
| float | _Progress |
| bool | _IsDone |
| string | _Title |
| string | _Info |
Properties | |
| bool | discontinuable [get] |
| Flag as to whether it can be discontinued. More... | |
| float | progress [get] |
| progress More... | |
| bool | isDone [get] |
| Whether or not it was completed. More... | |
| bool | isDiscontinued [get] |
| Whether it was discontinued or not. More... | |
| string | title [get] |
| Of processing the contents title More... | |
| string | info [get] |
| Description of the processing content More... | |
Class for asynchronous processing.
To start the process, please call StartCoroutine (Async.Process());.
| void Discontinue | ( | ) |
Discontinue.
|
pure virtual |
Method for co-routine that performs processing
To start the process, please call StartCoroutine(Async.Process());.
Implemented in PutTileAsync, RemoveTileAsync, and RefreshAsync.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
get |
Flag as to whether it can be discontinued.
|
get |
Description of the processing content
|
get |
Whether it was discontinued or not.
|
get |
Whether or not it was completed.
|
get |
progress
|
get |
Of processing the contents title