My Project
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
Rewired.FlightPedalsTemplate Class Reference

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. More...

Inheritance diagram for Rewired.FlightPedalsTemplate:
Rewired.IFlightPedalsTemplate

Public Member Functions

 FlightPedalsTemplate (object payload)
 Creates a new instance of this class.
 

Static Public Attributes

static readonly System.Guid typeGuid = new System.Guid("f6fe76f8-be2a-4db2-b853-9e3652075913")
 The type Guid of the Controller Template.
 
const int elementId_leftPedal = 0
 Element identifier id for "Left Pedal".
 
const int elementId_rightPedal = 1
 Element identifier id for "Right Pedal".
 
const int elementId_slide = 2
 Element identifier id for "Slide".
 

Additional Inherited Members

- Properties inherited from Rewired.IFlightPedalsTemplate
IControllerTemplateAxis leftPedal [get]
 The "Left Pedal" element.
 
IControllerTemplateAxis rightPedal [get]
 The "Right Pedal" element.
 
IControllerTemplateAxis slide [get]
 The "Slide" element.
 

Detailed Description

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.


The documentation for this class was generated from the following file: