Nostalgia  2.1.5
Async Class Referenceabstract

Class for asynchronous processing. More...

Inheritance diagram for Async:
PutTileAsync RefreshAsync RemoveTileAsync

Public Member Functions

void Discontinue ()
 Discontinue. More...
 
abstract IEnumerator Process ()
 Method for co-routine that performs processing More...
 

Protected Attributes

bool _Discontinuable = false
 
float _Progress
 
bool _IsDone
 
string _Title
 
string _Info
 

Properties

bool discontinuable [get]
 Flag as to whether it can be discontinued. More...
 
float progress [get]
 progress More...
 
bool isDone [get]
 Whether or not it was completed. More...
 
bool isDiscontinued [get]
 Whether it was discontinued or not. More...
 
string title [get]
 Of processing the contents title More...
 
string info [get]
 Description of the processing content More...
 

Detailed Description

Class for asynchronous processing.

To start the process, please call StartCoroutine (Async.Process());.

Member Function Documentation

void Discontinue ( )

Discontinue.

abstract IEnumerator Process ( )
pure virtual

Method for co-routine that performs processing

To start the process, please call StartCoroutine(Async.Process());.

Implemented in PutTileAsync, RemoveTileAsync, and RefreshAsync.

Member Data Documentation

bool _Discontinuable = false
protected
string _Info
protected
bool _IsDone
protected
float _Progress
protected
string _Title
protected

Property Documentation

bool discontinuable
get

Flag as to whether it can be discontinued.

string info
get

Description of the processing content

bool isDiscontinued
get

Whether it was discontinued or not.

bool isDone
get

Whether or not it was completed.

float progress
get

progress

string title
get

Of processing the contents title