C# Class HutongGames.PlayMaker.Actions.RotateGUI

Inheritance: FsmStateAction
Exibir arquivo Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
applyGlobally bool
normalized bool

Public Methods

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

Method Details

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

applyGlobally public_oe property

public bool applyGlobally
return bool

normalized public_oe property

public bool normalized
return bool