C# Class HFTGamepad.ControllerOptions

Afficher le fichier Open project: greggman/hft-unity-gamepad

Méthodes publiques

Свойство Type Description
askForName bool
controllerType ControllerType,
provideAcceleration bool
provideOrientation bool
provideRotationRate bool
showMenu bool

Méthodes publiques

Méthode Description
ControllerOptions ( ) : System
ControllerOptions ( ControllerOptions src ) : System
SameValues ( ControllerOptions other ) : bool

Method Details

ControllerOptions() public méthode

public ControllerOptions ( ) : System
Résultat System

ControllerOptions() public méthode

public ControllerOptions ( ControllerOptions src ) : System
src ControllerOptions
Résultat System

SameValues() public méthode

public SameValues ( ControllerOptions other ) : bool
other ControllerOptions
Résultat bool

Property Details

askForName public_oe property

public bool askForName
Résultat bool

controllerType public_oe property

public ControllerType, controllerType
Résultat ControllerType,

provideAcceleration public_oe property

public bool provideAcceleration
Résultat bool

provideOrientation public_oe property

public bool provideOrientation
Résultat bool

provideRotationRate public_oe property

public bool provideRotationRate
Résultat bool

showMenu public_oe property

public bool showMenu
Résultat bool