On this pageBackgroundUIDBListDisplay.ResetIndexDeclaration#public virtual void ResetIndex()CopyDescription#Reset the selected indexUsage#using NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BackgroundUIDBGridDisplay target) { target.ResetIndex(); } }Copy