On this pageWindow.windowResultpublic WindowResult windowResult { get; }CopyDescription#Get the result of the windowUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Window target) { WindowResult result = target.windowResult; } }Copy