RecipeComponentUIGridDisplay.ResetIndex
Declaration#
public virtual void ResetIndex()Description#
Reset the selected index
Usage#
using NullSave.GDTK.Inventory;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(RecipeComponentUIGridDisplay target) { target.ResetIndex(); }
}