C# Class HFTGamepad.ControllerOptions

Mostra file Open project: greggman/hft-unity-gamepad

Public Properties

Property Type Description
askForName bool
controllerType ControllerType,
provideAcceleration bool
provideOrientation bool
provideRotationRate bool
showMenu bool

Public Methods

Method Description
ControllerOptions ( ) : System
ControllerOptions ( ControllerOptions src ) : System
SameValues ( ControllerOptions other ) : bool

Method Details

ControllerOptions() public method

public ControllerOptions ( ) : System
return System

ControllerOptions() public method

public ControllerOptions ( ControllerOptions src ) : System
src ControllerOptions
return System

SameValues() public method

public SameValues ( ControllerOptions other ) : bool
other ControllerOptions
return bool

Property Details

askForName public_oe property

public bool askForName
return bool

controllerType public_oe property

public ControllerType, controllerType
return ControllerType,

provideAcceleration public_oe property

public bool provideAcceleration
return bool

provideOrientation public_oe property

public bool provideOrientation
return bool

provideRotationRate public_oe property

public bool provideRotationRate
return bool

showMenu public_oe property

public bool showMenu
return bool