使用DoTween重构淡变效果

This commit is contained in:
2026-03-27 17:57:27 +08:00
parent e774581bfe
commit 03b06fd83e
4 changed files with 54 additions and 29 deletions
@@ -20,7 +20,6 @@ namespace OCES.Audio
// 当前正在播放的句柄
ContainerPlayHandle m_currentHandle;
uint m_currentContainerId;
float m_currentVolume = 1f;
// 当前播放的 Container(用于读取 bpm/timeSig 做节拍对齐)
MusicContainer m_currentContainer;