IControllerTemplateAxisSource Interface |
Namespace: Rewired
public interface IControllerTemplateAxisSource : IControllerTemplateElementSource
The IControllerTemplateAxisSource type exposes the following members.
Name | Description | |
---|---|---|
fullTarget |
Target Controller element for the axis.
This is only used if splitAxis is false.
| |
negativeTarget |
Target Controller element for the negative pole of the axis.
This is only used if splitAxis is true.
| |
positiveTarget |
Target Controller element for the positive pole of the axis.
This is only used if splitAxis is true.
| |
splitAxis |
Is this a split-axis assignment?
If false, fullTarget is used.
If true, positiveTarget and negativeTarget are used.
| |
type |
Gets the type of the element source.
(Inherited from IControllerTemplateElementSource.) |