Click or drag to resize

CustomControllerElementTargetSetForBoolean 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.DataCustomControllerElementTargetSetForBoolean

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

The CustomControllerElementTargetSetForBoolean type exposes the following members.

Properties
  NameDescription
Public propertytarget
The target element.
Top
See Also