Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
UnityEngine
CustomYieldInstruction
C# Class UnityEngine.CustomYieldInstruction
Base class for custom yield instructions to suspend coroutines.
Inheritance:
IEnumerator
Mostrar archivo
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