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