Click or drag to resize

IRacingWheelTemplate Interface

Interface for a Racing Wheel Controller Template.

Namespace:  Rewired
Assembly:  ControllerTemplatesGenerated (in ControllerTemplatesGenerated.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IRacingWheelTemplate : IControllerTemplate

The IRacingWheelTemplate type exposes the following members.

Properties
  NameDescription
Public propertyaccelerator
The "Accelerator" element.
Public propertybrake
The "Brake" element.
Public propertyclutch
The "Clutch" element.
Public propertyconsoleButton1
The "Console Button 1" element.
Public propertyconsoleButton10
The "Console Button 10" element.
Public propertyconsoleButton2
The "Console Button 2" element.
Public propertyconsoleButton3
The "Console Button 3" element.
Public propertyconsoleButton4
The "Console Button 4" element.
Public propertyconsoleButton5
The "Console Button 5" element.
Public propertyconsoleButton6
The "Console Button 6" element.
Public propertyconsoleButton7
The "Console Button 7" element.
Public propertyconsoleButton8
The "Console Button 8" element.
Public propertyconsoleButton9
The "Console Button 9" element.
Public propertycontroller
Parent Controller to which the Controller Template belongs.
(Inherited from IControllerTemplate.)
Public propertydPad
The "D-Pad" element.
Public propertyelementCount
Count of Controller Template elements.
(Inherited from IControllerTemplate.)
Public propertyelements
List of Controller Template elements.
(Inherited from IControllerTemplate.)
Public propertyhorn
The "Horn" element.
Public propertyname
Display name of the Controller Template. The returned value will be localized if localization is in use.
(Inherited from IControllerTemplate.)
Public propertyreverseGear
The "Reverse Gear" element.
Public propertyselect
The "Select" element.
Public propertyshiftDown
The "Shift Down" element.
Public propertyshifter1
The "Shifter 1" element.
Public propertyshifter10
The "Shifter 10" element.
Public propertyshifter2
The "Shifter 2" element.
Public propertyshifter3
The "Shifter 3" element.
Public propertyshifter4
The "Shifter 4" element.
Public propertyshifter5
The "Shifter 5" element.
Public propertyshifter6
The "Shifter 6" element.
Public propertyshifter7
The "Shifter 7" element.
Public propertyshifter8
The "Shifter 8" element.
Public propertyshifter9
The "Shifter 9" element.
Public propertyshiftUp
The "Shift Up" element.
Public propertystart
The "Start" element.
Public propertysystemButton
The "System Button" element.
Public propertytypeGuid
GUID of the Controller Template type.
(Inherited from IControllerTemplate.)
Public propertywheel
The "Wheel" element.
Public propertywheelButton1
The "Wheel Button 1" element.
Public propertywheelButton10
The "Wheel Button 10" element.
Public propertywheelButton2
The "Wheel Button 2" element.
Public propertywheelButton3
The "Wheel Button 3" element.
Public propertywheelButton4
The "Wheel Button 4" element.
Public propertywheelButton5
The "Wheel Button 5" element.
Public propertywheelButton6
The "Wheel Button 6" element.
Public propertywheelButton7
The "Wheel Button 7" element.
Public propertywheelButton8
The "Wheel Button 8" element.
Public propertywheelButton9
The "Wheel Button 9" element.
Top
Methods
  NameDescription
Public methodGetElement(Int32)
Gets the specified Controller Template element.
(Inherited from IControllerTemplate.)
Public methodGetElementTargets
Gets a list of all Controller Template Element targets that map to the specified target Controller Element.
(Inherited from IControllerTemplate.)
Top
See Also