menu
版本
2024.1.6.8842
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
menu
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Different situations within a game will require different kinds of music playback. 为满足需求,Wwise 允许独立定义各 Music Segment(音乐段落)和 Music Track(音乐轨)的播放行为。播放音乐时,为了更加灵活可控,Wwise 还允许用两种不同的容器来为对象分组:Music Playlist Container(音乐播放列表容器)和 Music Switch Container(音乐切换容器)。
容器类型决定了其中对象的播放方式,例如,Music Playlist Container 中的内容会根据特定的播放列表来播放,其中可能有一系列随机或顺序播放的对象组。而 Music Switch Container 中的内容则会基于游戏当前的 Switch(切换开关)或 State(状态)来播放。
You can use a combination of the different containers and playback behaviors to create many different playback scenarios, resulting in less repetition, which can ultimately enhance the music in your game.