C# Class HutongGames.PlayMaker.Actions.StartCoroutine

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
stopOnExit bool

Public Methods

Method Description
DoStartCoroutine ( ) : void
OnEnter ( ) : void
OnExit ( ) : void
Reset ( ) : void

Method Details

DoStartCoroutine() public method

public DoStartCoroutine ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnExit() public method

public OnExit ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

stopOnExit public property

public bool stopOnExit
return bool