WIP: Music callback
- 头几拍会抖动一下,导致对不上拍子
This commit is contained in:
@@ -14,11 +14,11 @@ namespace OCES.Audio
|
||||
readonly MusicContainerPlayer m_player;
|
||||
readonly MonoBehaviour m_coroutineHost;
|
||||
|
||||
public ContainerPlayHandle CurrentHandle { get; private set; }
|
||||
internal ContainerPlayHandle CurrentHandle { get; private set; }
|
||||
public uint CurrentContainerId { get; private set; }
|
||||
public float CurrentVolume { get; private set; }
|
||||
|
||||
public ChannelFader(MusicContainerPlayer player, MonoBehaviour coroutineHost)
|
||||
internal ChannelFader(MusicContainerPlayer player, MonoBehaviour coroutineHost)
|
||||
{
|
||||
this.m_player = player;
|
||||
this.m_coroutineHost = coroutineHost;
|
||||
|
||||
Reference in New Issue
Block a user