Feel
5.1
The best way to improve your game's feel and make it extra juicy
|
An event used to trigger vignette shakes More...
Public Member Functions | |
delegate void | Delegate (AnimationCurve distortionCurve, float duration, float remapMin, float remapMax, bool relativeDistortion=false, float feedbacksIntensity=1.0f, MMChannelData channelData=null, bool resetShakerValuesAfterShake=true, bool resetTargetValuesAfterShake=true, bool forwardDirection=true, TimescaleModes timescaleMode=TimescaleModes.Scaled, bool stop=false, bool restore=false) |
Static Public Member Functions | |
static void | Register (Delegate callback) |
static void | Unregister (Delegate callback) |
static void | Trigger (AnimationCurve distortionCurve, float duration, float remapMin, float remapMax, bool relativeDistortion=false, float feedbacksIntensity=1.0f, MMChannelData channelData=null, bool resetShakerValuesAfterShake=true, bool resetTargetValuesAfterShake=true, bool forwardDirection=true, TimescaleModes timescaleMode=TimescaleModes.Scaled, bool stop=false, bool restore=false) |
An event used to trigger vignette shakes
delegate void MoreMountains.Feedbacks.MMAudioFilterDistortionShakeEvent.Delegate | ( | AnimationCurve | distortionCurve, |
float | duration, | ||
float | remapMin, | ||
float | remapMax, | ||
bool | relativeDistortion = false , |
||
float | feedbacksIntensity = 1.0f , |
||
MMChannelData | channelData = null , |
||
bool | resetShakerValuesAfterShake = true , |
||
bool | resetTargetValuesAfterShake = true , |
||
bool | forwardDirection = true , |
||
TimescaleModes | timescaleMode = TimescaleModes.Scaled , |
||
bool | stop = false , |
||
bool | restore = false |
||
) |
|
static |
|
static |
|
static |