C# Class Nez.VirtualJoystick.GamePadRightStick

Inheritance: Node
显示文件 Open project: prime31/Nez

Public Properties

Property Type Description
deadzone float
gamepadIndex int

Public Methods

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

Method Details

GamePadRightStick() public method

public GamePadRightStick ( 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