C# Class HutongGames.PlayMaker.Actions.Blink

Inheritance: FsmStateAction
Show file Open project: hughrogers/RPGQuest

Public Methods

Method Description
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void
UpdateBlinkState ( bool state ) : 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

UpdateBlinkState() public method

public UpdateBlinkState ( bool state ) : void
state bool
return void