Click or drag to resize

CustomControllerElementSelector Class

Provides a means of selecting a particular Custom Controller element. This is mostly useful for allowing the user to select search parameters in the inspector.
Inheritance Hierarchy
SystemObject
  Rewired.ComponentControls.DataCustomControllerElementSelector

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

The CustomControllerElementSelector type exposes the following members.

Constructors
  NameDescription
Public methodCustomControllerElementSelector
Initializes a new instance of the CustomControllerElementSelector class
Top
Properties
  NameDescription
Public propertyelementId
The target Custom Controller element id.
Public propertyelementIndex
The target Custom Controller element index.
Public propertyelementName
The target Custom Controller element name.
Public propertyelementType
The target Custom Controller element type.
Public propertyisAssigned
Is an element assigned to the selector?
Public propertyselectorType
The method to use to look up the target Custom Controller element.
Top
Methods
  NameDescription
Public methodClearCache
Public methodGetElementIndex
Finds the element index for this element in a Custom Controller.
Public methodGetSelectorFormattedString
Gets a formatted string for the selector type.
Top
See Also