Infinite Runner Engine v1.9
Public Types | Public Attributes | Static Public Attributes | Protected Member Functions | List of all members
MoreMountains.Feedbacks.MMF_Blink Class Reference

This feedback will trigger a MMBlink object, letting you blink something More...

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

Public Types

enum  BlinkModes { Toggle , Start , Stop }
 the possible modes for this feedback, that correspond to MMBlink's public methods More...
 

Public Attributes

MMBlink TargetBlink
 the target object to blink More...
 
BlinkModes BlinkMode = BlinkModes.Toggle
 the selected mode for this feedback More...
 

Static Public Attributes

static bool FeedbackTypeAuthorized = true
 sets the inspector color for this feedback More...
 

Protected Member Functions

override void CustomPlayFeedback (Vector3 position, float feedbacksIntensity=1.0f)
 On Custom play, we trigger our MMBlink object More...
 

Additional Inherited Members

Detailed Description

This feedback will trigger a MMBlink object, letting you blink something

Member Enumeration Documentation

◆ BlinkModes

the possible modes for this feedback, that correspond to MMBlink's public methods

Enumerator
Toggle 
Start 
Stop 

Member Function Documentation

◆ CustomPlayFeedback()

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

On Custom play, we trigger our MMBlink object

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ BlinkMode

BlinkModes MoreMountains.Feedbacks.MMF_Blink.BlinkMode = BlinkModes.Toggle

the selected mode for this feedback

◆ FeedbackTypeAuthorized

bool MoreMountains.Feedbacks.MMF_Blink.FeedbackTypeAuthorized = true
static

sets the inspector color for this feedback

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

◆ TargetBlink

MMBlink MoreMountains.Feedbacks.MMF_Blink.TargetBlink

the target object to blink


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