C# Class Nez.VirtualButton.GamePadLeftTrigger

Inheritance: Node
Mostrar archivo Open project: prime31/Nez

Public Properties

Property Type Description
gamepadIndex int
threshold float

Public Methods

Method Description
GamePadLeftTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic

Method Details

GamePadLeftTrigger() public method

public GamePadLeftTrigger ( int gamepadIndex, float threshold ) : System.Collections.Generic
gamepadIndex int
threshold float
return System.Collections.Generic

Property Details

gamepadIndex public_oe property

public int gamepadIndex
return int

threshold public_oe property

public float threshold
return float