コード例 #1
0
        public static void Init()
        {
            LockedPopup window = ScriptableObject.CreateInstance <LockedPopup>();

            window.position = new Rect(Screen.width / 2, Screen.height / 2, 250, 150);
            window.ShowPopup();
        }