IAudioPlayer.GetBusVolume(string) Method
Definition¶
Namespace: Brine2D.Audio
Gets the current volume multiplier for the given bus, or 1.0 if the bus volume has not been explicitly set via SetBusVolume(string, float).
float GetBusVolume(string bus);
Parameters¶
bus System.String
Bus name to query.