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