Beispiel #1
0
 /// <inheritdoc />
 public new void OnKeyframesDeselect(IKeyframesEditor editor)
 {
     if (Events != null && Events.Visible)
     {
         Events.OnKeyframesDeselect(editor);
     }
 }
Beispiel #2
0
 /// <inheritdoc />
 public new void OnKeyframesDeselect(IKeyframesEditor editor)
 {
     if (Keyframes != null && Keyframes.Visible)
     {
         Keyframes.OnKeyframesDeselect(editor);
     }
 }
Beispiel #3
0
 /// <inheritdoc />
 public void OnKeyframesDeselect(IKeyframesEditor editor)
 {
     if (Proxy != null && Proxy.Visible)
     {
         Proxy.OnKeyframesDeselect(editor);
     }
 }