Esempio n. 1
0
 public void OnDisable()
 {
     this.StopRecording();
     this.StopPlayback();
     if (this.m_Recording != null)
     {
         this.m_Recording.Dispose();
         this.m_Recording = null;
     }
 }
Esempio n. 2
0
 public override void OnEnable()
 {
     base.OnEnable();
     this.m_Recording = new AnimationRecordMode();
 }