AudioService.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).
public float GetBusVolume(string bus);
Parameters¶
bus System.String
Bus name to query.
Implements GetBusVolume(string)