Async
Class in Nostalgia / Inherits from: object
Description
Class for asynchronous processing.StartCoroutine (Async.Process());.
Properties
| Property Name | Description |
|---|---|
| discontinuable | Flag as to whether it can be discontinued. |
| info | Description of the processing content |
| isDiscontinued | Whether it was discontinued or not. |
| isDone | Whether or not it was completed. |
| progress | progress |
| title | Of processing the contents title |
Methods
| Method Name | Description |
|---|---|
| Discontinue | Discontinue. |
| GetInfo | Get the description of the processing content. |
| Process | Method for co-routine that performs processingStartCoroutine(Async.Process());. |