C# Class UnityEngine.CustomYieldInstruction

Base class for custom yield instructions to suspend coroutines.

Inheritance: IEnumerator
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Protected Methods

Method Description
CustomYieldInstruction ( ) : System

Method Details

CustomYieldInstruction() protected method

protected CustomYieldInstruction ( ) : System
return System

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void