C# Class Coliseo.Controls

Inheritance: UnityEngine.Object
Afficher le fichier Open project: lmucs/Coliseo Class Usage Examples

Méthodes publiques

Свойство Type Description
moveSensitivity float
rotationSpeedHoriz float
rotationSpeedVert float

Méthodes publiques

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

Private Methods

Méthode Description
checkAttackBegin ( ) : bool
checkAttackHold ( ) : bool
checkAttackRelease ( ) : bool
checkBeamToggle ( ) : bool
checkBlock ( ) : bool
checkJump ( ) : bool
checkMove ( ) : Vector2
checkTurn ( ) : Vector2

Method Details

Controls() public méthode

public Controls ( Player player ) : System
player Player
Résultat System

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

checkPause() public méthode

public checkPause ( ) : bool
Résultat bool

setVibration() public méthode

public setVibration ( uint motor, float intensity ) : void
motor uint
intensity float
Résultat void

Property Details

moveSensitivity public_oe property

public float moveSensitivity
Résultat float

rotationSpeedHoriz public_oe property

public float rotationSpeedHoriz
Résultat float

rotationSpeedVert public_oe property

public float rotationSpeedVert
Résultat float