IMusicPlayer
The interface of the Music Player feature
Last updated
The interface of the Music Player feature
Last updated
NameSpace | Accessibility |
---|---|
This is returned by the AsBGM() method. It's basically the same as IAudioPlayer, but it includes a SetTransition() method and excludes the AsBGM() method.
Method | Return | Parameters | Description |
---|---|---|---|
Ami.BroAudio
public
SetTransition
Transition transition
Set the transition mode that the music player will apply when playing the next BGM
Transition transition, float fadeTime
Same as above, but can override the fade time set in LibarayManager
Transition transition, StopMode stopMode
Same as above, but can specify the StopMode
Transition transition, StopMode stopMode, float fadeTime
Same as above with all the parameters