![]() |
Feel 5.9.1
The best way to improve your game's feel and make it extra juicy
|
This class lets you output the value corresponding to one of the basic signal types it contains. Useful to draw basic signal curves. More...
Public Types | |
| enum | SignalType { DigitalNoise , Pulse , Sawtooth , Sine , Square , Triangle , WhiteNoise } |
Static Public Member Functions | |
| static float | GetValue (float time, SignalType signalType, float phase, float amplitude, float frequency, float offset, bool Invert=false) |
| Returns the corresponding value based on the selected SignalType for a given time value. | |
This class lets you output the value corresponding to one of the basic signal types it contains. Useful to draw basic signal curves.
|
static |
Returns the corresponding value based on the selected SignalType for a given time value.
| time | |
| signalType | |
| phase | |
| amplitude | |
| frequency | |
| offset | |
| Invert |