C# Class Svelto.Tasks.EnumeratorWithProgress

Inheritance: IEnumerator
Afficher le fichier Open project: sebas77/Svelto-ECS-Example

Méthodes publiques

Méthode Description
EnumeratorWithProgress ( IEnumerator enumerator, System progressFunction ) : System.Collections
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
EnumeratorWithProgress ( ) : System.Collections

Method Details

EnumeratorWithProgress() public méthode

public EnumeratorWithProgress ( IEnumerator enumerator, System progressFunction ) : System.Collections
enumerator IEnumerator
progressFunction System
Résultat System.Collections

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void