C# Class UnityEngine.CustomYieldInstruction

Base class for custom yield instructions to suspend coroutines.

Inheritance: IEnumerator
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
MoveNext ( ) : bool
Reset ( ) : void

Méthodes protégées

Méthode Description
CustomYieldInstruction ( ) : System

Method Details

CustomYieldInstruction() protected méthode

protected CustomYieldInstruction ( ) : System
Résultat System

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void