RemoveTileAsync

Class in Nostalgia / Inherits from: Async

Description

Do Map.RemoveTile() asynchronously.To start the process, please call StartCoroutine (RemoveTileAsync.Process());.

Constructors

Description
RemoveTileAsync It creates a new RemoveTileAsync.

Methods

Method Name Description
Add Add the cell that you want to remove.
GetInfo Get the description of the processing content.
Process Method for co-routine that performs processingTo start the process, please call StartCoroutine(RemoveTileAsync.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

Method Name Description
Discontinue Discontinue.