2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
18 public float volume { [MethodImpl(MethodImplOptions.InternalCall)]
get; [MethodImpl(MethodImplOptions.InternalCall)]
set; }
23 public bool paused { [MethodImpl(MethodImplOptions.InternalCall)]
get; [MethodImpl(MethodImplOptions.InternalCall)]
set; }
float volume
Get or set the master volume
bool paused
Pause or resume the audio system