C# Class Nez.VirtualAxis.GamePadRightStickY

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

GamePadRightStickY() public méthode

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