feat: Add switch container functionality
This commit is contained in:
@@ -29,6 +29,7 @@ namespace OCES.Audio
|
||||
Random = 0,
|
||||
Sequence,
|
||||
Blend,
|
||||
Switch,
|
||||
}
|
||||
|
||||
public enum BlendCrossFadeType
|
||||
@@ -84,4 +85,10 @@ namespace OCES.Audio
|
||||
|
||||
public partial class MusicPath : IPathEntry { }
|
||||
public partial class AmbiencePath : IPathEntry { }
|
||||
|
||||
public class SwitchEntry
|
||||
{
|
||||
public uint SwitchValue;
|
||||
public uint AudioObjectId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user