Click or drag to resize

CustomControllerElementTargetSetForFloat 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.DataCustomControllerElementTargetSet
    Rewired.ComponentControls.DataCustomControllerElementTargetSetForFloat

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 CustomControllerElementTargetSetForFloat : CustomControllerElementTargetSet

The CustomControllerElementTargetSetForFloat type exposes the following members.

Properties
  NameDescription
Public propertynegativeTarget
The negative target element. This is unused if splitValue is false.
Public propertypositiveTarget
The positive target element. This is unused if splitValue is false.
Public propertysplitValue
Splits the value into positive and negative sides which can be assigned to different Custom Controller elements.
Public propertytarget
The target element. This is unused if splitValue is true.
Top
See Also