Class in Nostalgia / Inherits from: Async
Description
Do Map.PutTile() asynchronously.To start the process, please call StartCoroutine (PutTileAsync.Process());.
Constructors
Methods
| Method Name |
Description |
| Add |
Add the position. |
| GetInfo |
Get the description of the processing content. |
| Process |
Method for co-routine that performs processingTo start the process, please call StartCoroutine(PutTileAsync.Process());. |
Inherited Members
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