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