ClockStone Audio Toolkit for Unity - Documentation
AudioControllerNewCategory Method |
Creates a new audio category
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static AudioCategory NewCategory( string categoryName )
Parameters
- categoryName
- Type: SystemString
Name of the category.
Return Value
Type: AudioCategoryReference to the new category.
See Also