Click or drag to resize

CustomControllerSelector Properties

The CustomControllerSelector type exposes the following members.

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