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