Beispiel #1
0
 /// <inheritdoc />
 public new int OnKeyframesSelectionCount()
 {
     return(Events != null && Events.Visible ? Events.OnKeyframesSelectionCount() : 0);
 }
Beispiel #2
0
 /// <inheritdoc />
 public new int OnKeyframesSelectionCount()
 {
     return(Keyframes != null && Keyframes.Visible ? Keyframes.OnKeyframesSelectionCount() : 0);
 }
Beispiel #3
0
 /// <inheritdoc />
 public int OnKeyframesSelectionCount()
 {
     return(Proxy != null && Proxy.Visible ? Proxy.OnKeyframesSelectionCount() : 0);
 }