Highroad Engine v1.3
Public Attributes | List of all members
MoreMountains.Tools.MMSoundManagerSound Struct Reference

A simple struct used to store information about the sounds played by the MMSoundManager More...

Public Attributes

int ID
 the ID of the sound More...
 
MMSoundManager.MMSoundManagerTracks Track
 the track the sound is being played on More...
 
AudioSource Source
 the associated audiosource More...
 
bool Persistent
 whether or not this sound will play over multiple scenes More...
 

Detailed Description

A simple struct used to store information about the sounds played by the MMSoundManager

Member Data Documentation

◆ ID

int MoreMountains.Tools.MMSoundManagerSound.ID

the ID of the sound

◆ Persistent

bool MoreMountains.Tools.MMSoundManagerSound.Persistent

whether or not this sound will play over multiple scenes

◆ Source

AudioSource MoreMountains.Tools.MMSoundManagerSound.Source

the associated audiosource

◆ Track

MMSoundManager.MMSoundManagerTracks MoreMountains.Tools.MMSoundManagerSound.Track

the track the sound is being played on


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