Click or drag to resize

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)
Syntax
C#
public int GetElementIndex(
	CustomController customController
)

Parameters

customController
Type: RewiredCustomController
The Custom Controller in which to search for the element.

Return Value

Type: Int32
Element index
See Also