This class lets you output the value corresponding to one of the basic signal types it contains.  
 More...
|  | 
| static float | GetValue (float time, SignalType signalType, float phase, float amplitude, float frequency, float offset, bool Invert=false, AnimationCurve curve=null, MMTween.MMTweenCurve tweenCurve=MMTween.MMTweenCurve.LinearTween) | 
|  | Returns the corresponding value based on the selected SignalType for a given time value. 
 | 
| static float | GetValueNormalized (float time, SignalType signalType, float phase, float amplitude, float frequency, float offset, bool Invert=false, AnimationCurve curve=null, MMTween.MMTweenCurve tweenCurve=MMTween.MMTweenCurve.LinearTween, bool clamp=true, float clampMin=0f, float clampMax=1f, bool backAndForth=false, float backAndForthTippingPoint=0.5f) | 
This class lets you output the value corresponding to one of the basic signal types it contains. 
Useful to draw basic signal curves.