Feel  3.16
The best way to improve your game's feel and make it extra juicy
MoreMountains.Tools.MMSoundManagerTrackEvent Struct Reference

This feedback will let you mute, unmute, play, pause, stop, free or set the volume of a selected track More...

Public Member Functions

 MMSoundManagerTrackEvent (MMSoundManagerTrackEventTypes trackEventType, MMSoundManager.MMSoundManagerTracks track=MMSoundManager.MMSoundManagerTracks.Master, float volume=1f)
 

Static Public Member Functions

static void Trigger (MMSoundManagerTrackEventTypes trackEventType, MMSoundManager.MMSoundManagerTracks track=MMSoundManager.MMSoundManagerTracks.Master, float volume=1f)
 

Public Attributes

MMSoundManagerTrackEventTypes TrackEventType
 the order to pass to the track More...
 
MMSoundManager.MMSoundManagerTracks Track
 the track to pass the order to More...
 
float Volume
 if in SetVolume mode, the volume to which to set the track to More...
 

Static Public Attributes

static MMSoundManagerTrackEvent e
 

Detailed Description

This feedback will let you mute, unmute, play, pause, stop, free or set the volume of a selected track

Example : MMSoundManagerTrackEvent.Trigger(MMSoundManagerTrackEventTypes.PauseTrack,MMSoundManager.MMSoundManagerTracks.UI); will pause the entire UI track

Constructor & Destructor Documentation

◆ MMSoundManagerTrackEvent()

MoreMountains.Tools.MMSoundManagerTrackEvent.MMSoundManagerTrackEvent ( MMSoundManagerTrackEventTypes  trackEventType,
MMSoundManager.MMSoundManagerTracks  track = MMSoundManager.MMSoundManagerTracks.Master,
float  volume = 1f 
)

Member Function Documentation

◆ Trigger()

static void MoreMountains.Tools.MMSoundManagerTrackEvent.Trigger ( MMSoundManagerTrackEventTypes  trackEventType,
MMSoundManager.MMSoundManagerTracks  track = MMSoundManager.MMSoundManagerTracks.Master,
float  volume = 1f 
)
static

Member Data Documentation

◆ e

MMSoundManagerTrackEvent MoreMountains.Tools.MMSoundManagerTrackEvent.e
static

◆ Track

MMSoundManager.MMSoundManagerTracks MoreMountains.Tools.MMSoundManagerTrackEvent.Track

the track to pass the order to

◆ TrackEventType

MMSoundManagerTrackEventTypes MoreMountains.Tools.MMSoundManagerTrackEvent.TrackEventType

the order to pass to the track

◆ Volume

float MoreMountains.Tools.MMSoundManagerTrackEvent.Volume

if in SetVolume mode, the volume to which to set the track to


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