C# Class Kore.Coroutines.CachedStateChangeYieldable

Inheritance: IYieldable
Mostra file Open project: vgwb/Antura_arabic Class Usage Examples

Public Properties

Property Type Description
NextState IEnumerator

Public Methods

Method Description
OnYield ( ICoroutineEngine engine ) : void

Method Details

OnYield() public method

public OnYield ( ICoroutineEngine engine ) : void
engine ICoroutineEngine
return void

Property Details

NextState public_oe property

public IEnumerator NextState
return IEnumerator