Click or drag to resize

IControllerTemplateThrottle Interface

Interface for a Controller Template Throttle. A Throttle has an axis and an optional button activated when the throttle is at its minimum value.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IControllerTemplateThrottle : IControllerTemplateElement

The IControllerTemplateThrottle type exposes the following members.

Properties
  NameDescription
Public propertydescriptiveName
Display name of the Controller Template Element. The returned value will be localized if localization is in use.
(Inherited from IControllerTemplateElement.)
Public propertyexists
Does the Element exist in the parent Controller?
(Inherited from IControllerTemplateElement.)
Public propertyid
Id of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyminDetent
The min-detent button.
Public propertysource
Information about the source element(s) in the parent Controller. This will return null for elements that cannot have a directly mappable source Controller Element.
(Inherited from IControllerTemplateElement.)
Public propertythrottle
The axis.
Public propertytype
Type of the Controller Template Element.
(Inherited from IControllerTemplateElement.)
Public propertyvalue
The current value of the throttle.
Public propertyvaluePrev
The value of the throttle in the previous frame.
Top
See Also