An event used to control a specific sound on the MMSoundManager. You can either search for it by ID, or directly pass an audiosource if you have it.
More...
An event used to control a specific sound on the MMSoundManager. You can either search for it by ID, or directly pass an audiosource if you have it.
Example : MMSoundManagerSoundControlEvent.Trigger(MMSoundManagerSoundControlEventTypes.Stop, 33); will cause the sound(s) with an ID of 33 to stop playing
◆ MMSoundManagerSoundControlEvent()
◆ Trigger()
◆ MMSoundManagerSoundControlEventType
◆ SoundID
int MoreMountains.Tools.MMSoundManagerSoundControlEvent.SoundID |
the ID of the sound to control (has to match the one used to play it)
◆ TargetSource
AudioSource MoreMountains.Tools.MMSoundManagerSoundControlEvent.TargetSource |
the audiosource to control (if specified)
The documentation for this struct was generated from the following file: