C# Class HutongGames.PlayMaker.Actions.CameraFadeOut

Inheritance: FsmStateAction
Mostrar archivo Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
color FsmColor
finishEvent FsmEvent

Public Methods

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

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

color public_oe property

public FsmColor color
return FsmColor

finishEvent public_oe property

public FsmEvent finishEvent
return FsmEvent