Example #1
0
 public void AddFill(float addAmount)
 {
     fillLevel += addAmount;
     fillLevel  = Utilities.ConstrainP1P2(fillLevel, 0, fillMaximum);
 }