Class AudioModuleBase
An abstract audio module with basic functions. derive from this class to implement custom audio module.
Properties
volume
Volume (global).
public float volume { get; set; }
Methods
Initialize()
protected override Task Initialize()
BindListener(Transform target)
public void BindListener(Transform target)