Infinite Runner Engine v1.9
Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource Class Reference
Inheritance diagram for MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource:
MoreMountains.Feedbacks.MMF_Feedback

Public Attributes

CinemachineImpulseSource ImpulseSource
 sets the inspector color for this feedback More...
 
Vector3 Velocity = new Vector3(1f,1f,1f)
 the velocity to apply to the impulse shake More...
 
bool ClearImpulseOnStop = false
 whether or not to clear impulses (stopping camera shakes) when the Stop method is called on that feedback 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)
 This method describes what happens when the feedback gets played More...
 
override void CustomStopFeedback (Vector3 position, float feedbacksIntensity=1)
 Stops the animation if needed More...
 

Additional Inherited Members

Member Function Documentation

◆ CustomPlayFeedback()

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

This method describes what happens when the feedback gets played

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

◆ CustomStopFeedback()

override void MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource.CustomStopFeedback ( Vector3  position,
float  feedbacksIntensity = 1 
)
protectedvirtual

Stops the animation if needed

Parameters
position
feedbacksIntensity

Reimplemented from MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ ClearImpulseOnStop

bool MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource.ClearImpulseOnStop = false

whether or not to clear impulses (stopping camera shakes) when the Stop method is called on that feedback

◆ FeedbackTypeAuthorized

bool MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource.FeedbackTypeAuthorized = true
static

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

◆ ImpulseSource

CinemachineImpulseSource MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource.ImpulseSource

sets the inspector color for this feedback

the impulse definition to broadcast

◆ Velocity

Vector3 MoreMountains.FeedbacksForThirdParty.MMF_CinemachineImpulseSource.Velocity = new Vector3(1f,1f,1f)

the velocity to apply to the impulse shake


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