IControllerTemplateAxis Interface |
Namespace: Rewired
public interface IControllerTemplateAxis : IControllerTemplateElement
The IControllerTemplateAxis type exposes the following members.
Name | Description | |
---|---|---|
AsButton |
Gets the element cast to IControllerTemplateButton.
| |
descriptiveName |
Display name of the Controller Template Element.
The returned value will be localized if localization is in use.
(Inherited from IControllerTemplateElement.) | |
exists |
Does the Element exist in the parent Controller?
(Inherited from IControllerTemplateElement.) | |
id |
Id of the Controller Template Element.
(Inherited from IControllerTemplateElement.) | |
negativeDescriptiveName |
Display name of the Controller Template Element for the negative axis.
This will return the Positive or Negative Descriptive Name or the Descriptive Name with a +/- suffix.
The returned value will be localized if localization is in use.
| |
positiveDescriptiveName |
Display name of the Controller Template Element for the positive axis.
This will return the Positive or Negative Descriptive Name or the Descriptive Name with a +/- suffix.
The returned value will be localized if localization is in use.
| |
source |
The Controller element source.
| |
type |
Type of the Controller Template Element.
(Inherited from IControllerTemplateElement.) | |
value |
The current value of the axis.
| |
valuePrev |
The value of the axis in the previous frame.
|
Name | Description | |
---|---|---|
GetDescriptiveName |
Gets the display name of the Controller Template Element for the specified axis range.
For one pole of the axis, this will return the Positive or Negative Descriptive Name or the Descriptive Name with a +/- suffix.
The returned value will be localized if localization is in use.
|