Play Mode
The list of objects from the Music Playlist Container that have been arranged in a particular order for playback.
The playlist determines which objects will be played in what order when the Playlist Container is called by the game engine.
The four types of groups and segments available are:
- Sequence continuous: Plays all music objects in the group in sequential order each time the group is played.
- Sequence step: Plays only one music object in the group each time the group is played. The next time the group is played, the next music object in the group is played.
- Random continuous: Plays all music objects in the group one after the other in random order each time the group is played.
- Random step: Plays only one music object in the group selected randomly each time the group is played.
Default value: Sequence Continuous