CustomControllerSelector Class |
Namespace: Rewired.ComponentControls.Data
[SerializableAttribute] public sealed class CustomControllerSelector
The CustomControllerSelector type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomControllerSelector | Initializes a new instance of the CustomControllerSelector class |
Name | Description | |
---|---|---|
![]() | findInPlayer |
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.
|
![]() | findUsingSourceId |
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.
|
![]() | findUsingTag |
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.
|
![]() | playerId |
The Player Id of the Player that owns the Custom Controller.
|
![]() | sourceId |
The source id of the Custom Controller. This is used to find the Custom Controller if findUsingSourceId is True.
|
![]() | tag |
The tag on the Custom Controller you wish to use. This is used to find the Custom Controller.
|