CustomControllerElementSelectorGetElementIndex Method |
Finds the element index for this element in a Custom Controller.
Namespace:
Rewired.ComponentControls.Data
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int GetElementIndex(
CustomController customController
)
Parameters
- customController
- Type: RewiredCustomController
The Custom Controller in which to search for the element.
Return Value
Type:
Int32Element index
See Also