API ReferenceSandbox.Audio

DspPresetHandleclass

A handle to a DspPreset

objectDspPresetHandle
Namespace
Sandbox.Audio
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Audio.DspPresetHandle

Methods3

Showing 3 methods

public static object[] GetDropdownSelection()PUBLICSTATIC

Returns:object[]

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

Properties1

Showing 1 properties

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

Returns:string

On this page