Click or drag to resize

CustomControllerSelector Class

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

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 CustomControllerSelector

The CustomControllerSelector type exposes the following members.

Constructors
  NameDescription
Public methodCustomControllerSelector
Initializes a new instance of the CustomControllerSelector class
Top
Properties
  NameDescription
Public propertyfindInPlayer
If true, the Custom Controller will be searched for in the Player specified in the Player Id field. This can be used with Find Using Source Id and/or Find Using Tag to further refine the search parameters.
Public propertyfindUsingSourceId
If true, the Custom Controller will be searched for by its source controller id. This can be used with findInPlayer and/or findUsingTag to further refine the search parameters.
Public propertyfindUsingTag
If true, the Custom Controller will be found using the tag specified here. This can be used with findInPlayer and/or findUsingSourceId to further refine the search parameters.
Public propertyplayerId
The Player Id of the Player that owns the Custom Controller.
Public propertysourceId
The source id of the Custom Controller. This is used to find the Custom Controller if findUsingSourceId is True.
Public propertytag
The tag on the Custom Controller you wish to use. This is used to find the Custom Controller.
Top
See Also