Exemple #1
0
 public void InjectOptionDragStartCurve(ProgressCurve dragStartCurve)
 {
     _dragStartCurve = dragStartCurve;
 }
Exemple #2
0
 public ProgressCurve(ProgressCurve other)
 {
     _animationCurve     = other._animationCurve;
     _animationLength    = other._animationLength;
     _animationStartTime = other._animationStartTime;
 }