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