C# Class CFiberBase, KEngine

use for custom a croutine for CRoutine
Show file Open project: mr-kelly/KEngine Class Usage Examples

Public Properties

Property Type Description
IsFinish bool

Public Methods

Method Description
DoRun ( ) : IEnumerator
Wait ( ) : IEnumerator

Protected Methods

Method Description
StartCoroutine ( IEnumerator coFunc ) : Coroutine

Method Details

DoRun() public method

public DoRun ( ) : IEnumerator
return IEnumerator

StartCoroutine() protected method

protected StartCoroutine ( IEnumerator coFunc ) : Coroutine
coFunc IEnumerator
return Coroutine

Wait() public abstract method

public abstract Wait ( ) : IEnumerator
return IEnumerator

Property Details

IsFinish public property

public bool IsFinish
return bool