Ejemplo n.º 1
0
        void OnEnable()
        {
            window = this;

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

            minSize = new Vector2(190f, 120f);
        }
Ejemplo n.º 2
0
 void OnDisable()
 {
     window = null;
 }