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