C# Class DotNetScript.Runtime.ScriptAsyncStateMachine

Inheritance: IAsyncStateMachine
Afficher le fichier Open project: gamedevboy/dotnetscript

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MoveNext ( ) : void
SetStateMachine ( IAsyncStateMachine stateMachine ) : void

Method Details

MoveNext() public méthode

public MoveNext ( ) : void
Résultat void

SetStateMachine() public méthode

public SetStateMachine ( IAsyncStateMachine stateMachine ) : void
stateMachine IAsyncStateMachine
Résultat void