C# Class Nez.VirtualAxis.GamePadLeftStickX

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

GamePadLeftStickX() public méthode

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