ClockStone Audio Toolkit for Unity - Documentation
AudioControllerGetCategoryVolume Method |
Gets the category volume.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static float GetCategoryVolume( string name )
Parameters
- name
- Type: SystemString
The category name.
Return Value
Type: SingleThe volume of the specified category
See Also