Click or drag to resize

CustomControllerElementTarget Class

Used to send input data to a particular Custom Controller element. This is mostly useful for allowing the user to select search and other parameters in the inspector.
Inheritance Hierarchy
SystemObject
  Rewired.ComponentControls.DataCustomControllerElementTarget

Namespace:  Rewired.ComponentControls.Data
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CustomControllerElementTarget

The CustomControllerElementTarget type exposes the following members.

Properties
  NameDescription
Public propertyelement
The Custom Controller element.
Public propertyinvert
When feeding a float value into a Custom Conroller Axis, this determines whether the final value is inverted.
Public propertyvalueContribution
When feeding a split float value into a Custom Controller Axis, this determines whether the final value is positive or negative.
Top
See Also