On this pageWindow.parameterspublic Object[] parameters { get; }CopyDescription#Parameters associated with the windowUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Window target) { System.Object[] result = target.parameters; } }Copy