struct MixerHandle

book_4_sparkGenerated
code_blocksInput

Description

A handle to a Mixer in the Sandbox.Audio namespace. This struct provides methods to interact with audio mixers, allowing for JSON serialization and retrieval of mixer instances.

Members

Static Members

Member NameSummary
JsonReadReads a JSON representation of a MixerHandle.
JsonWriteWrites a MixerHandle to JSON.
GetDropdownSelectionRetrieves an array of objects for dropdown selection.

Instance Members

Member NameSummary
GetGets the Mixer associated with this handle, using a fallback if necessary.
GetOrDefaultGets the Mixer associated with this handle or returns a default value.
NameGets the name of the MixerHandle.
IdGets the unique identifier of the MixerHandle.