C# Class HutongGames.PlayMaker.Actions.EnableFSM

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
enable FsmBool
resetOnExit FsmBool

Public Methods

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

Method Details

DoEnableFSM() public method

public DoEnableFSM ( ) : 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

enable public property

public FsmBool enable
return FsmBool

resetOnExit public property

public FsmBool resetOnExit
return FsmBool