Feel  4.0.1
The best way to improve your game's feel and make it extra juicy
MoreMountains.Feedbacks.MMF_AudioFilterEcho Class Reference

This feedback lets you control the wetmix level of an echo filter. You'll need a MMAudioFilterEchoShaker on your filter. More...

Inheritance diagram for MoreMountains.Feedbacks.MMF_AudioFilterEcho:
MoreMountains.Feedbacks.MMF_Feedback

Public Attributes

override bool HasChannel => true
 
override bool HasRandomness => true
 
float Duration = 2f
 the duration of the shake, in seconds More...
 
bool ResetShakerValuesAfterShake = true
 whether or not to reset shaker values after shake More...
 
bool ResetTargetValuesAfterShake = true
 whether or not to reset the target's values after shake More...
 
bool RelativeEcho = false
 whether or not to add to the initial value More...
 
AnimationCurve ShakeEcho = new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.5f, 1), new Keyframe(1, 0))
 the curve used to animate the intensity value on More...
 
float RemapEchoZero = 0f
 the value to remap the curve's 0 to More...
 
float RemapEchoOne = 1f
 the value to remap the curve's 1 to More...
 

Static Public Attributes

static bool FeedbackTypeAuthorized = true
 a static bool used to disable all feedbacks of this type at once More...
 

Protected Member Functions

override void CustomPlayFeedback (Vector3 position, float feedbacksIntensity=1.0f)
 Triggers the corresponding coroutine More...
 
override void CustomStopFeedback (Vector3 position, float feedbacksIntensity=1)
 On stop we stop our transition More...
 
override void CustomRestoreInitialValues ()
 On restore, we restore our initial state More...
 

Properties

override float FeedbackDuration [get, set]
 sets the inspector color for this feedback More...
 

Additional Inherited Members

Detailed Description

This feedback lets you control the wetmix level of an echo filter. You'll need a MMAudioFilterEchoShaker on your filter.

Member Function Documentation

◆ CustomPlayFeedback()

override void MoreMountains.Feedbacks.MMF_AudioFilterEcho.CustomPlayFeedback ( Vector3  position,
float  feedbacksIntensity = 1.0f 
)
protectedvirtual

Triggers the corresponding coroutine

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

◆ CustomRestoreInitialValues()

override void MoreMountains.Feedbacks.MMF_AudioFilterEcho.CustomRestoreInitialValues ( )
protectedvirtual

On restore, we restore our initial state

Reimplemented from MoreMountains.Feedbacks.MMF_Feedback.

◆ CustomStopFeedback()

override void MoreMountains.Feedbacks.MMF_AudioFilterEcho.CustomStopFeedback ( Vector3  position,
float  feedbacksIntensity = 1 
)
protectedvirtual

On stop we stop our transition

Parameters
position
feedbacksIntensity

Reimplemented from MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ Duration

float MoreMountains.Feedbacks.MMF_AudioFilterEcho.Duration = 2f

the duration of the shake, in seconds

◆ FeedbackTypeAuthorized

bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.FeedbackTypeAuthorized = true
static

a static bool used to disable all feedbacks of this type at once

◆ HasChannel

override bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.HasChannel => true

◆ HasRandomness

override bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.HasRandomness => true

◆ RelativeEcho

bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.RelativeEcho = false

whether or not to add to the initial value

◆ RemapEchoOne

float MoreMountains.Feedbacks.MMF_AudioFilterEcho.RemapEchoOne = 1f

the value to remap the curve's 1 to

◆ RemapEchoZero

float MoreMountains.Feedbacks.MMF_AudioFilterEcho.RemapEchoZero = 0f

the value to remap the curve's 0 to

◆ ResetShakerValuesAfterShake

bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.ResetShakerValuesAfterShake = true

whether or not to reset shaker values after shake

◆ ResetTargetValuesAfterShake

bool MoreMountains.Feedbacks.MMF_AudioFilterEcho.ResetTargetValuesAfterShake = true

whether or not to reset the target's values after shake

◆ ShakeEcho

AnimationCurve MoreMountains.Feedbacks.MMF_AudioFilterEcho.ShakeEcho = new AnimationCurve(new Keyframe(0, 0), new Keyframe(0.5f, 1), new Keyframe(1, 0))

the curve used to animate the intensity value on

Property Documentation

◆ FeedbackDuration

override float MoreMountains.Feedbacks.MMF_AudioFilterEcho.FeedbackDuration
getset

sets the inspector color for this feedback

returns the duration of the feedback


The documentation for this class was generated from the following file: