C# Class Coliseo.Controls

Inheritance: UnityEngine.Object
Exibir arquivo Open project: lmucs/Coliseo Class Usage Examples

Public Properties

Property Type Description
moveSensitivity float
rotationSpeedHoriz float
rotationSpeedVert float

Public Methods

Method Description
Controls ( Player player ) : System
FixedUpdate ( ) : void
checkPause ( ) : bool
setVibration ( uint motor, float intensity ) : void

Private Methods

Method Description
checkAttackBegin ( ) : bool
checkAttackHold ( ) : bool
checkAttackRelease ( ) : bool
checkBeamToggle ( ) : bool
checkBlock ( ) : bool
checkJump ( ) : bool
checkMove ( ) : Vector2
checkTurn ( ) : Vector2

Method Details

Controls() public method

public Controls ( Player player ) : System
player Player
return System

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

checkPause() public method

public checkPause ( ) : bool
return bool

setVibration() public method

public setVibration ( uint motor, float intensity ) : void
motor uint
intensity float
return void

Property Details

moveSensitivity public_oe property

public float moveSensitivity
return float

rotationSpeedHoriz public_oe property

public float rotationSpeedHoriz
return float

rotationSpeedVert public_oe property

public float rotationSpeedVert
return float