On this pageWindow.RestoreDeclaration#public virtual void Restore()CopyDescription#Restore the windowUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Window target) { target.Restore(); }}Copy