Click or drag to resize

ISixDofControllerTemplate Interface

Interface for a 6 DoF Controller Controller Template.

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

The ISixDofControllerTemplate type exposes the following members.

Properties
  NameDescription
Public propertybutton1
The "Button 1" element.
Public propertybutton10
The "Button 10" element.
Public propertybutton11
The "Button 11" element.
Public propertybutton12
The "Button 12" element.
Public propertybutton13
The "Button 13" element.
Public propertybutton14
The "Button 14" element.
Public propertybutton15
The "Button 15" element.
Public propertybutton16
The "Button 16" element.
Public propertybutton17
The "Button 17" element.
Public propertybutton18
The "Button 18" element.
Public propertybutton19
The "Button 19" element.
Public propertybutton2
The "Button 2" element.
Public propertybutton20
The "Button 20" element.
Public propertybutton21
The "Button 21" element.
Public propertybutton22
The "Button 22" element.
Public propertybutton23
The "Button 23" element.
Public propertybutton24
The "Button 24" element.
Public propertybutton25
The "Button 25" element.
Public propertybutton26
The "Button 26" element.
Public propertybutton27
The "Button 27" element.
Public propertybutton28
The "Button 28" element.
Public propertybutton29
The "Button 29" element.
Public propertybutton3
The "Button 3" element.
Public propertybutton30
The "Button 30" element.
Public propertybutton31
The "Button 31" element.
Public propertybutton32
The "Button 32" element.
Public propertybutton4
The "Button 4" element.
Public propertybutton5
The "Button 5" element.
Public propertybutton6
The "Button 6" element.
Public propertybutton7
The "Button 7" element.
Public propertybutton8
The "Button 8" element.
Public propertybutton9
The "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 propertyextraAxis1
The "Extra Axis 1" element.
Public propertyextraAxis2
The "Extra Axis 2" element.
Public propertyextraAxis3
The "Extra Axis 3" element.
Public propertyextraAxis4
The "Extra Axis 4" element.
Public propertyhat1
The "Hat 1" element.
Public propertyhat2
The "Hat 2" element.
Public propertyname
Display name of the Controller Template. The returned value will be localized if localization is in use.
(Inherited from IControllerTemplate.)
Public propertystick
The "Stick" element.
Public propertythrottle1
The "Throttle 1" element.
Public propertythrottle2
The "Throttle 2" 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