Пример #1
0
    void OnDisable()
    {
        window = null;

        if (AMTimeline.window != null)
        {
            AMTimeline.window.Repaint();
        }
    }
Пример #2
0
 void OnEnable()
 {
     window              = this;
     this.titleContent   = new GUIContent("Property");
     this.minSize        = new Vector2(273f, 102f);
     this.wantsMouseMove = true;
     oData = AMOptionsFile.loadFile();
     loadAnimatorData();
     scrollView = new Vector2(0f, 0f);
     // define styles
 }
Пример #3
0
 void OnEnable()
 {
     window = this;
     this.title = "Property";
     this.minSize = new Vector2(273f, 102f);
     this.wantsMouseMove = true;
     oData = AMOptionsFile.loadFile();
     loadAnimatorData();
     scrollView = new Vector2(0f, 0f);
     // define styles
 }
Пример #4
0
 void OnEnable()
 {
     window = this;
     #if UNITY_5
     titleContent = new GUIContent("Property");
     #else
     title = "Property";
     #endif
     this.minSize = new Vector2(273f, 102f);
     loadAnimatorData();
     scrollView = new Vector2(0f, 0f);
     // define styles
 }
Пример #5
0
 void OnDisable()
 {
     window = null;
 }
Пример #6
0
 void OnDisable()
 {
     window = null;
     track = null;
 }
 void OnDisable()
 {
     window = null;
 }