Click or drag to resize

IFlightYokeTemplate Interface

Interface for a Flight Yoke Controller Template.

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

The IFlightYokeTemplate type exposes the following members.

Properties
  NameDescription
Public propertycenterButton1
The "Center Button 1" element.
Public propertycenterButton2
The "Center Button 2" element.
Public propertycenterButton3
The "Center Button 3" element.
Public propertycenterButton4
The "Center Button 4" element.
Public propertycenterButton5
The "Center Button 5" element.
Public propertycenterButton6
The "Center Button 6" element.
Public propertycenterButton7
The "Center Button 7" element.
Public propertycenterButton8
The "Center Button 8" 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 propertyelementCount
Count of Controller Template elements.
(Inherited from IControllerTemplate.)
Public propertyelements
List of Controller Template elements.
(Inherited from IControllerTemplate.)
Public propertyleftGripButton1
The "Left Grip Button 1" element.
Public propertyleftGripButton2
The "Left Grip Button 2" element.
Public propertyleftGripButton3
The "Left Grip Button 3" element.
Public propertyleftGripButton4
The "Left Grip Button 4" element.
Public propertyleftGripButton5
The "Left Grip Button 5" element.
Public propertyleftGripButton6
The "Left Grip Button 6" element.
Public propertyleftGripHat
The "Left Grip Hat" element.
Public propertyleftPaddle
The "Left Paddle" element.
Public propertylever1
The "Lever 1" element.
Public propertylever2
The "Lever 2" element.
Public propertylever3
The "Lever 3" element.
Public propertylever4
The "Lever 4" element.
Public propertylever5
The "Lever 5" element.
Public propertymode1
The "Mode 1" element.
Public propertymode2
The "Mode 2" element.
Public propertymode3
The "Mode 3" element.
Public propertyname
Display name of the Controller Template. The returned value will be localized if localization is in use.
(Inherited from IControllerTemplate.)
Public propertyrightGripButton1
The "Right Grip Button 1" element.
Public propertyrightGripButton2
The "Right Grip Button 2" element.
Public propertyrightGripButton3
The "Right Grip Button 3" element.
Public propertyrightGripButton4
The "Right Grip Button 4" element.
Public propertyrightGripButton5
The "Right Grip Button 5" element.
Public propertyrightGripButton6
The "Right Grip Button 6" element.
Public propertyrightGripHat
The "Right Grip Hat" element.
Public propertyrightPaddle
The "Right Paddle" element.
Public propertytypeGuid
GUID of the Controller Template type.
(Inherited from IControllerTemplate.)
Public propertywheel1Down
The "Wheel 1 Down" element.
Public propertywheel1Press
The "Wheel 1 Press" element.
Public propertywheel1Up
The "Wheel 1 Up" element.
Public propertywheel2Down
The "Wheel 2 Down" element.
Public propertywheel2Press
The "Wheel 2 Press" element.
Public propertywheel2Up
The "Wheel 2 Up" element.
Public propertyyoke
The "Yoke" 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