C# Class Nez.VirtualAxis.GamePadLeftStickY

Inheritance: Node
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Свойство Type Description
deadzone float
gamepadIndex int
invertResult bool

Méthodes publiques

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

Method Details

GamePadLeftStickY() public méthode

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

Property Details

deadzone public_oe property

public float deadzone
Résultat float

gamepadIndex public_oe property

public int gamepadIndex
Résultat int

invertResult public_oe property

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