Beispiel #1
0
 public AnimationAngle(AnimationAngle source) : base(source)
 {
     fromAngle = source.fromAngle;
     toAngle   = source.toAngle;
 }
Beispiel #2
0
 protected override void Load()
 {
     uiAnimation = new AnimationAngle(aniTarget, aniLength, aniCurve, fromAngle, toAngle);
 }