Esempio n. 1
0
 public float GetValue(WeightCurve weightCurve, float timer)
 {
     return(weightCurve.GetValue(timer) * multiplier);
 }
			// Get the multiplied value of the curve at the specified time
			public float GetValue(WeightCurve weightCurve, float timer) {
				return weightCurve.GetValue(timer) * multiplier;
			}