Feel  3.16
The best way to improve your game's feel and make it extra juicy
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...
 
float PlaybackTime
 
float PlaybackDuration
 

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

◆ PlaybackDuration

float MoreMountains.Tools.MMSoundManagerSound.PlaybackDuration

◆ PlaybackTime

float MoreMountains.Tools.MMSoundManagerSound.PlaybackTime

◆ 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: