API ReferenceSandbox.Audio

MixerHandleclass

A handle to a Mixer

objectMixerHandle
Namespace
Sandbox.Audio
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Audio.MixerHandle

Methods5

Showing 5 methods

public Sandbox.Audio.Mixer Get(Sandbox.Audio.Mixer fallback = null)PUBLIC

ParameterTypeDescription
fallback = nullMixer
Returns:Mixer

public static object[] GetDropdownSelection()PUBLICSTATIC

Returns:object[]

public Sandbox.Audio.Mixer GetOrDefault()PUBLIC

Returns:Mixer

public static override object JsonRead(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)PUBLICSTATICOVERRIDE

ParameterTypeDescription
readerUtf8JsonReader
typeToConvertType
Returns:object

public static override void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)PUBLICSTATICOVERRIDE

ParameterTypeDescription
valueobject
writerUtf8JsonWriter
Returns:void

Properties2

Showing 2 properties

public System.Guid Sandbox.Audio.MixerHandle.Id { get; set; }PUBLICGETSET

Returns:Guid

public string Sandbox.Audio.MixerHandle.Name { get; set; }PUBLICGETSET

Returns:string

On this page