 | AudioManagerCreateGroup Method |
Create a new AudioSource for a sound group.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static AudioSource CreateGroup(
string name,
float volume = 1f
)
Request Example
View SourceParameters
- name
- Type: SystemString
Name of the group. - volume (Optional)
- Type: SystemSingle
Volume level for the group sounds.
Return Value
Type:
AudioSourceAudioSource created for the group.
See Also