Beispiel #1
0
 /// <inheritdoc/>
 public AnimationState GetState(TimeSpan time)
 {
     return(AnimationHelper.GetState(this, time));
 }