On this pageTabStopForSelectables.tabStopIdpublic Int32 tabStopId { get; set; }CopyDescription#Get/Set tab stop idUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TabStopForSelectables target) { int result = target.tabStopId; } }Copy