A class used to pilot a MMPlaylist.
More...
|
| virtual void | Play () |
| | Plays the playlist.
|
| virtual void | Pause () |
| | Pauses the current track.
|
| virtual void | Stop () |
| | Stops the playlist.
|
| virtual void | PlayNextTrack () |
| | Plays the next track in the playlist.
|
| virtual void | PlaySelectedTrack () |
| | Plays the track selected in the inspector.
|
| virtual void | PlayTrack (int trackIndex) |
| | Plays the track set in parameters.
|
|
| virtual void | OnTriggerEnter (Collider collider) |
| | On trigger enter, we play the selected track if needed.
|
| virtual void | OnTriggerExit (Collider collider) |
| | On trigger exit, we play the selected track if needed.
|
A class used to pilot a MMPlaylist.
◆ OnTriggerEnter()
| virtual void MoreMountains.Tools.MMPlaylistRemote.OnTriggerEnter |
( |
Collider | collider | ) |
|
|
protectedvirtual |
On trigger enter, we play the selected track if needed.
- Parameters
-
◆ OnTriggerExit()
| virtual void MoreMountains.Tools.MMPlaylistRemote.OnTriggerExit |
( |
Collider | collider | ) |
|
|
protectedvirtual |
On trigger exit, we play the selected track if needed.
◆ Pause()
| virtual void MoreMountains.Tools.MMPlaylistRemote.Pause |
( |
| ) |
|
|
virtual |
Pauses the current track.
◆ Play()
| virtual void MoreMountains.Tools.MMPlaylistRemote.Play |
( |
| ) |
|
|
virtual |
◆ PlayNextTrack()
| virtual void MoreMountains.Tools.MMPlaylistRemote.PlayNextTrack |
( |
| ) |
|
|
virtual |
Plays the next track in the playlist.
◆ PlaySelectedTrack()
| virtual void MoreMountains.Tools.MMPlaylistRemote.PlaySelectedTrack |
( |
| ) |
|
|
virtual |
Plays the track selected in the inspector.
◆ PlayTrack()
| virtual void MoreMountains.Tools.MMPlaylistRemote.PlayTrack |
( |
int | trackIndex | ) |
|
|
virtual |
Plays the track set in parameters.
◆ Stop()
| virtual void MoreMountains.Tools.MMPlaylistRemote.Stop |
( |
| ) |
|
|
virtual |
◆ Channel
| int MoreMountains.Tools.MMPlaylistRemote.Channel = 0 |
◆ NextButton
| bool MoreMountains.Tools.MMPlaylistRemote.NextButton |
◆ PauseButton
| bool MoreMountains.Tools.MMPlaylistRemote.PauseButton |
◆ PlayButton
| bool MoreMountains.Tools.MMPlaylistRemote.PlayButton |
◆ PlaySelectedTrackOnTriggerEnter
| bool MoreMountains.Tools.MMPlaylistRemote.PlaySelectedTrackOnTriggerEnter = true |
if this is true, the selected track will be played on trigger enter (if you have a trigger collider on this)
◆ PlaySelectedTrackOnTriggerExit
| bool MoreMountains.Tools.MMPlaylistRemote.PlaySelectedTrackOnTriggerExit = false |
if this is true, the selected track will be played on trigger exit (if you have a trigger collider on this)
◆ SelectedTrackButton
| bool MoreMountains.Tools.MMPlaylistRemote.SelectedTrackButton |
a selected track test button
◆ StopButton
| bool MoreMountains.Tools.MMPlaylistRemote.StopButton |
◆ TrackNumber
| int MoreMountains.Tools.MMPlaylistRemote.TrackNumber = 0 |
The track to play when calling PlaySelectedTrack.
◆ TriggerTag
| string MoreMountains.Tools.MMPlaylistRemote.TriggerTag = "Player" |
the tag to check for on trigger stuff
The documentation for this class was generated from the following file: