C# Class Nez.VirtualAxis.GamePadRightStickY

Inheritance: Node
Show file Open project: prime31/Nez

Public Properties

Property Type Description
deadzone float
gamepadIndex int

Public Methods

Method Description
GamePadRightStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : System.Collections.Generic

Method Details

GamePadRightStickY() public method

public GamePadRightStickY ( int gamepadIndex, float deadzone = Input.DEFAULT_DEADZONE ) : System.Collections.Generic
gamepadIndex int
deadzone float
return System.Collections.Generic

Property Details

deadzone public property

public float deadzone
return float

gamepadIndex public property

public int gamepadIndex
return int