예제 #1
0
 void editorUpdate()
 {
     DTTime.UpdateEditorTime();
     Target.EditorUpdate();
     if (!Target.IsPlaying)
     {
         StopPreview();
     }
 }
예제 #2
0
 /// <summary>
 /// Called about 100 times a second when the component is selected
 /// </summary>
 public virtual void EditorUpdate()
 {
     DTTime.UpdateEditorTime();
 }