AudioMixerGroupsComponent
A Component that manages audio mix groups for spatial audio processing.
This component serves as a container for AudioMixerGroupResource instances associated with an Entity, providing methods to:
Add new audio mix groups.
Remove existing groups.
Query currently attached groups.
Constructors
Link copied to clipboard
constructor()
Creates an AudioMixerGroupsComponent instance.
Creates an AudioMixerGroupsComponent instance with a valid AudioMixerGroupResource.
Functions
Link copied to clipboard
Adds an AudioMixerGroupResource to the AudioMixerGroupsComponent.
Link copied to clipboard
Clears all AudioMixerGroupResource in this component.
Link copied to clipboard
Gets all AudioMixerGroupResource in this component.
Link copied to clipboard
Gets an AudioMixerGroupResource by its name.
Link copied to clipboard
Removes an AudioMixerGroupResource by its name. If not found, no action is taken.