On this pageInteractor2D.activeUIpublic InteractorUI activeUI { get; }CopyDescription#Gets the currently active UI for this objectUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Interactor2D target) { InteractorUI result = target.activeUI; } }Copy