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