Click or drag to resize

IControllerTemplateAxisSource Interface

Interface for a Controller Template Axis Source. This provides information about the source of the Controller Template Axis.

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

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