TopDown Engine  v3.6
MoreMountains.Tools.MMSMPlaylistSong Class Reference

A definition of a song, a part of a MMSM Playlist More...

Public Member Functions

virtual void Initialization ()
 On init, we reset our play count More...
 

Public Attributes

string Name
 the name of the song, used only for organizational purposes in the inspector More...
 
AudioClip Clip
 the clip to play when this song plays More...
 
int PlayCount
 the amount of time this song's been played More...
 
MMSoundManagerPlayOptions Options
 the many options to control this song More...
 

Detailed Description

A definition of a song, a part of a MMSM Playlist

Member Function Documentation

◆ Initialization()

virtual void MoreMountains.Tools.MMSMPlaylistSong.Initialization ( )
virtual

On init, we reset our play count

Member Data Documentation

◆ Clip

AudioClip MoreMountains.Tools.MMSMPlaylistSong.Clip

the clip to play when this song plays

◆ Name

string MoreMountains.Tools.MMSMPlaylistSong.Name

the name of the song, used only for organizational purposes in the inspector

◆ Options

MMSoundManagerPlayOptions MoreMountains.Tools.MMSMPlaylistSong.Options

the many options to control this song

◆ PlayCount

int MoreMountains.Tools.MMSMPlaylistSong.PlayCount

the amount of time this song's been played


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