IFlightPedalsTemplate Interface |
Namespace: Rewired
public interface IFlightPedalsTemplate : IControllerTemplate
The IFlightPedalsTemplate type exposes the following members.
Name | Description | |
---|---|---|
controller |
Parent Controller to which the Controller Template belongs.
(Inherited from IControllerTemplate.) | |
elementCount |
Count of Controller Template elements.
(Inherited from IControllerTemplate.) | |
elements |
List of Controller Template elements.
(Inherited from IControllerTemplate.) | |
leftPedal |
The "Left Pedal" element.
| |
name |
Display name of the Controller Template.
The returned value will be localized if localization is in use.
(Inherited from IControllerTemplate.) | |
rightPedal |
The "Right Pedal" element.
| |
slide |
The "Slide" element.
| |
typeGuid |
GUID of the Controller Template type.
(Inherited from IControllerTemplate.) |
Name | Description | |
---|---|---|
GetElement(Int32) |
Gets the specified Controller Template element.
(Inherited from IControllerTemplate.) | |
GetElementTargets |
Gets a list of all Controller Template Element targets that map to the specified target Controller Element.
(Inherited from IControllerTemplate.) |