Custom |
public class Axis : CustomInputSourceElement<float>
The CustomInputSourceAxis type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomInputSourceAxis | Initializes a new instance of the CustomInputSourceAxis class | |
| CustomInputSourceAxis(CustomInputSourceAxisInitOptions) | Initializes a new instance of the CustomInputSourceAxis class |
| Name | Description | |
|---|---|---|
| coordinateMode | ||
| defaultValue | (Inherited from CustomInputSourceElementTValue) | |
| excludeFromPolling | (Inherited from CustomInputSourceElement) | |
| id | (Inherited from CustomInputSourceElement) | |
| lastModifiedTime | (Inherited from CustomInputSourceElement) |
| Name | Description | |
|---|---|---|
| Clear | (Inherited from CustomInputSourceElementTValue) | |
| SetValue(Single) | (Overrides CustomInputSourceElementTValueSetValue(TValue)) | |
| SetValue(Single, Double) | (Overrides CustomInputSourceElementTValueSetValue(TValue, Double)) |
| Name | Description | |
|---|---|---|
| value | Gets the current axis value. To set the value, call SetValue(Single) or SetValue(Single, Double) instead. |