SSceneBackgroundMusic
Index
Functions Index
void Play ()
void PlayMP3Stream (string url)
void PlayVorbisStream (string url)
void Stop ()
void OnTrackChange (Closure o) void OnTrackChange (Action< STrackInfo > trackInfoCallback)
void OnUpcomingTrackChange (Closure o) void OnUpcomingTrackChange (Action< STrackInfo > trackInfoCallback)
Properties Index
Functions
Play
void Play ()
Plays the radio stream
PlayMP3Stream
void PlayMP3Stream (string url)
Sets the given MP3 stream url as current stream
PlayVorbisStream
void PlayVorbisStream (string url)
Sets the given Vorbis stream url as current stream
Stop
void Stop ()
Stops playing the radio stream
OnTrackChange
void OnTrackChange (Closure o) void OnTrackChange (Action< STrackInfo > trackInfoCallback)
Function will be called when track changes.
OnUpcomingTrackChange
void OnUpcomingTrackChange (Closure o) void OnUpcomingTrackChange (Action< STrackInfo > trackInfoCallback)
Function will be called when there's an upcoming track change
Properties
Enabled
bool Enabled get set
Is this component Enabled?
URL
string URL get
URL of the current stream
GameObject
SGameObject GameObject get
Property Description
Last updated
Was this helpful?

