C# Class HutongGames.PlayMaker.Actions.InvokeMethod

Inheritance: FsmStateAction
显示文件 Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
cancelOnExit FsmBool
repeating FsmBool

Public Methods

Method Description
DoInvokeMethod ( GameObject go ) : void
OnEnter ( ) : void
OnExit ( ) : void
Reset ( ) : void

Method Details

DoInvokeMethod() public method

public DoInvokeMethod ( GameObject go ) : void
go UnityEngine.GameObject
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

cancelOnExit public_oe property

public FsmBool cancelOnExit
return FsmBool

repeating public_oe property

public FsmBool repeating
return FsmBool