Falco Engine 3.9.0.1 (beta)
AudioListener.cs
Go to the documentation of this file.
1using System;
2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
4
5
6namespace FalcoEngine
7{
8 public class AudioListener : Component
9 {
10 internal AudioListener()
11 {
12
13 }
14
18 public float volume { [MethodImpl(MethodImplOptions.InternalCall)] get; [MethodImpl(MethodImplOptions.InternalCall)] set; }
19
23 public bool paused { [MethodImpl(MethodImplOptions.InternalCall)] get; [MethodImpl(MethodImplOptions.InternalCall)] set; }
24 }
25}
float volume
Get or set the master volume
bool paused
Pause or resume the audio system