private void InitAllViews()
		{
			if (this.m_Hierarchy == null)
			{
				this.m_Hierarchy = new AnimationWindowHierarchy(this.state, this, new Rect(0f, 0f, 1f, 1f));
			}
			if (this.m_DopeSheetEditor == null)
			{
				this.m_DopeSheetEditor = new DopeSheetEditor(this.state, this);
			}
			if (this.m_AnimationEventTimeLine == null)
			{
				this.m_AnimationEventTimeLine = new AnimationEventTimeLine(this);
			}
		}
Exemple #2
0
 private void InitializeEvents()
 {
     this.m_Events = new AnimationEventTimeLine(this.m_OwnerWindow);
 }
 private void InitializeEvents()
 {
   this.m_Events = new AnimationEventTimeLine(this.m_OwnerWindow);
 }