RefreshAsync

Class in Nostalgia / Inherits from: Async

Obsolete : Because it became to refresh according to the change of Tile.

Description

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

Constructors

Description
RefreshAsync It creates a new RefreshAsync.

Methods

Method Name Description
AddCell Add the Cell.
GetInfo Get the description of the processing content.
Process Method for co-routine that performs processingTo start the process, please call StartCoroutine(RefreshAsync.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.