C# Class PS3MotioninJoyController, Malisse

Inheritance: PS3Controller
Mostra file Open project: Collegiennes/Malisse

Public Methods

Method Description
GetDPad ( ) : Vector2
GetL2 ( ) : float
GetLeftJoystick ( ) : Vector2
GetMotion ( ) : Vector2
GetR2 ( ) : float
GetRightJoystick ( ) : Vector2
SetKeyMapping ( ) : void

Method Details

GetDPad() public method

public GetDPad ( ) : Vector2
return Vector2

GetL2() public method

public GetL2 ( ) : float
return float

GetLeftJoystick() public method

public GetLeftJoystick ( ) : Vector2
return Vector2

GetMotion() public method

public GetMotion ( ) : Vector2
return Vector2

GetR2() public method

public GetR2 ( ) : float
return float

GetRightJoystick() public method

public GetRightJoystick ( ) : Vector2
return Vector2

SetKeyMapping() public method

public SetKeyMapping ( ) : void
return void