Class AudioManager
Inheritance
System.Object
AudioManager
Assembly: AxEngine.dll
Syntax
public class AudioManager
Constructors
|
Improve this Doc
View Source
AudioManager()
Declaration
Properties
|
Improve this Doc
View Source
Default
Declaration
public static AudioManager Default { get; }
Property Value
|
Improve this Doc
View Source
Mute
Declaration
public bool Mute { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
PlayAsync(String)
Declaration
public void PlayAsync(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
|
Improve this Doc
View Source
PlaySync(String)
Declaration
public void PlaySync(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|