API ReferenceSandbox.Audio
MixerHandleclass
A handle to a Mixer
object→MixerHandle
Methods5
Showing 5 methods
public Sandbox.Audio.Mixer Get(Sandbox.Audio.Mixer fallback = null)
| Parameter | Type | Description |
|---|---|---|
| fallback = null | Mixer | — |
public static object[] GetDropdownSelection()
Returns:
object[]—public static override object JsonRead(System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert)
| Parameter | Type | Description |
|---|---|---|
| reader | Utf8JsonReader | — |
| typeToConvert | Type | — |
Returns:
object—public static override void JsonWrite(object value, System.Text.Json.Utf8JsonWriter writer)
| Parameter | Type | Description |
|---|---|---|
| value | object | — |
| writer | Utf8JsonWriter | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public System.Guid Sandbox.Audio.MixerHandle.Id { get; set; }
Returns:
Guid—public string Sandbox.Audio.MixerHandle.Name { get; set; }
Returns:
string—No results match this filter.