C# Class HutongGames.PlayMaker.Actions.Flicker

Inheritance: FsmStateAction
Datei anzeigen Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
realTime bool
rendererOnly 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

realTime public_oe property

public bool realTime
return bool

rendererOnly public_oe property

public bool rendererOnly
return bool