WIP: MusicTransition SyncPoint

This commit is contained in:
2026-04-16 17:55:29 +08:00
parent 813f4254c9
commit ee68275e32
11 changed files with 29 additions and 23 deletions
@@ -244,7 +244,7 @@ namespace OCES.Audio
{
// ── 启动默认音乐与环境音 ──
// 触发一次初始状态,让音乐系统从默认状态开始匹配
SetState(GameState.Home);
//SetState(GameState.Home);
}
AudioObject ResolveSwitchContainer(AudioObject switchContainer)
@@ -52,6 +52,12 @@ namespace OCES.Audio
Playing, // 已经开始播放
Finished,
}
public enum SyncPoint
{
Start,
SameAsCurrentSegment,
}
public interface IBinarySerializable
{