Click or drag to resize

IFlightPedalsTemplate Interface

Interface for a Flight Pedals Controller Template.

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

The IFlightPedalsTemplate type exposes the following members.

Properties
  NameDescription
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 propertyleftPedal
The "Left Pedal" element.
Public propertyname
Display name of the Controller Template. The returned value will be localized if localization is in use.
(Inherited from IControllerTemplate.)
Public propertyrightPedal
The "Right Pedal" element.
Public propertyslide
The "Slide" element.
Public propertytypeGuid
GUID of the Controller Template type.
(Inherited from IControllerTemplate.)
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