Click or drag to resize

IControllerTemplateAxisSource Properties

The IControllerTemplateAxisSource type exposes the following members.

Properties
 NameDescription
Public propertyfullTarget Target Controller element for the axis. This is only used if splitAxis is false.
Public propertynegativeTarget Target Controller element for the negative pole of the axis. This is only used if splitAxis is true.
Public propertypositiveTarget Target Controller element for the positive pole of the axis. This is only used if splitAxis is true.
Public propertysplitAxis Is this a split-axis assignment? If false, fullTarget is used. If true, positiveTarget and negativeTarget are used.
Public propertytype Gets the type of the element source.
(Inherited from IControllerTemplateElementSource)
Top
See Also