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