C# Class HFTGamepad.ControllerOptions

Show 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 property

public bool askForName
return bool

controllerType public property

public ControllerType, controllerType
return ControllerType,

provideAcceleration public property

public bool provideAcceleration
return bool

provideOrientation public property

public bool provideOrientation
return bool

provideRotationRate public property

public bool provideRotationRate
return bool

showMenu public property

public bool showMenu
return bool