Click or drag to resize

FlightPedalsTemplate Class

Class representing a Flight Pedals Template. This class contains constants. Do not use this class to interact with the Rewired API. Use the interface IFlightPedalsTemplate instead.
Inheritance Hierarchy
SystemObject
  RewiredControllerTemplate
    RewiredFlightPedalsTemplate

Namespace: Rewired
Assembly: ControllerTemplatesGenerated (in ControllerTemplatesGenerated.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class FlightPedalsTemplate : ControllerTemplate, 
	IFlightPedalsTemplate, IControllerTemplate

The FlightPedalsTemplate type exposes the following members.

Constructors
 NameDescription
Public methodFlightPedalsTemplate Creates a new instance of this class.
Top
Fields
 NameDescription
Public fieldStatic memberelementId_leftPedal Element identifier id for "Left Pedal".
Public fieldStatic memberelementId_rightPedal Element identifier id for "Right Pedal".
Public fieldStatic memberelementId_slide Element identifier id for "Slide".
Public fieldStatic membertypeGuid The type Guid of the Controller Template.
Top
See Also