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

This feedback will let you pilot a MMPlaylist More...

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

Public Types

enum  Modes {
  Play , PlayNext , PlayPrevious , Stop ,
  Pause , PlaySongAt
}
 sets the inspector color for this feedback More...
 

Public Attributes

Modes Mode = Modes.PlayNext
 the action to call on the playlist More...
 
int SongIndex = 0
 the index of the song to play 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)
 On Play we change the values of our fog More...
 

Protected Attributes

Coroutine _coroutine
 

Additional Inherited Members

Detailed Description

This feedback will let you pilot a MMPlaylist

Member Enumeration Documentation

◆ Modes

sets the inspector color for this feedback

Enumerator
Play 
PlayNext 
PlayPrevious 
Stop 
Pause 
PlaySongAt 

Member Function Documentation

◆ CustomPlayFeedback()

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

On Play we change the values of our fog

Parameters
position
feedbacksIntensity

Implements MoreMountains.Feedbacks.MMF_Feedback.

Member Data Documentation

◆ _coroutine

Coroutine MoreMountains.Feedbacks.MMF_Playlist._coroutine
protected

◆ FeedbackTypeAuthorized

bool MoreMountains.Feedbacks.MMF_Playlist.FeedbackTypeAuthorized = true
static

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

◆ Mode

Modes MoreMountains.Feedbacks.MMF_Playlist.Mode = Modes.PlayNext

the action to call on the playlist

◆ SongIndex

int MoreMountains.Feedbacks.MMF_Playlist.SongIndex = 0

the index of the song to play


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