예제 #1
0
 public FontTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
예제 #2
0
파일: Tweener.cs 프로젝트: TGOSeraph/StUtil
 public Tweener(EasingAlgorithm easing)
 {
     this.Easing = easing;
 }
예제 #3
0
 public ColorTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
예제 #4
0
 public NumericTweener(EasingAlgorithm easing)
     : base(easing)
 {
 }
예제 #5
0
 public Tweener(EasingAlgorithm easing)
 {
     this.Easing = easing;
 }