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