







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
AudioObject..::..DoesBelongToCategory Method |
AudioObject Class See Also Send Feedback |
![]() |
Checks if this AudioObject belongs to a specific category
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public bool DoesBelongToCategory( string categoryName ) |
Parameters
- categoryName
- Type: System..::..String
The name of the category
Return Value
Type: Booleantrue if the category with the specified name or one of its child categories contains the AudioItem the AudioObject belongs to.