ScrollbarCarousel.selectedIndex
public Int32 selectedIndex { get; set; }Description#
Get/Set the selected index
Usage#
Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(ScrollbarCarousel target) { System.Int32 result = target.selectedIndex; } }