C# Class HutongGames.PlayMaker.Actions.GetDeviceRoll

Inheritance: FsmStateAction
Mostra file Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
everyFrame bool
limitAngle FsmFloat
smoothing FsmFloat

Public Methods

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

Method Details

DoGetDeviceRoll() public method

public DoGetDeviceRoll ( ) : void
return void

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

everyFrame public_oe property

public bool everyFrame
return bool

limitAngle public_oe property

public FsmFloat limitAngle
return FsmFloat

smoothing public_oe property

public FsmFloat smoothing
return FsmFloat