コード例 #1
0
        void OnEnable()
        {
            window = this;

            titleContent = new GUIContent("Export Take" + (take == null ? "s" : ""));

            minSize = new Vector2(190f, 120f);
        }
コード例 #2
0
 void OnDisable()
 {
     window = null;
 }