C# Class HutongGames.PlayMaker.Actions.Wait

Inheritance: FsmStateAction
Mostrar archivo Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
finishEvent FsmEvent
realTime bool

Public Methods

Method Description
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

finishEvent public_oe property

public FsmEvent finishEvent
return FsmEvent

realTime public_oe property

public bool realTime
return bool