On this pageTabStop.attachedObjectpublic GameObject attachedObject { get; }CopyDescription#Gets the attached objectUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(TabStop target) { GameObject result = target.attachedObject; } }Copy