C# Class Nez.VirtualAxis.GamePadLeftStickY

Inheritance: Node
ファイルを表示 Open project: prime31/Nez

Public Properties

Property Type Description
deadzone float
gamepadIndex int
invertResult bool

Public Methods

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

Method Details

GamePadLeftStickY() public method

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

Property Details

deadzone public_oe property

public float deadzone
return float

gamepadIndex public_oe property

public int gamepadIndex
return int

invertResult public_oe property

if true, pressing up will return -1 and down will return 1 matching GamePadDpadUpDown
public bool invertResult
return bool