C# Class DotNetScript.Runtime.ScriptAsyncStateMachine

Inheritance: IAsyncStateMachine
Show file Open project: gamedevboy/dotnetscript

Private Properties

Property Type Description

Public Methods

Method Description
MoveNext ( ) : void
SetStateMachine ( IAsyncStateMachine stateMachine ) : void

Method Details

MoveNext() public method

public MoveNext ( ) : void
return void

SetStateMachine() public method

public SetStateMachine ( IAsyncStateMachine stateMachine ) : void
stateMachine IAsyncStateMachine
return void