MixerSimplePresetNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
| MixerSimplePresetNodeData() |
| MixerSimplePresetNodeData(guid: Guid) |
| MixerSimplePresetNodeData(other: AudioGraphNodeData) |
| MixerSimplePresetNodeData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| index | AudioGraphNodePort |
| presets | MixerPreset[] |
Static members
| Name | Type |
|---|---|
| MixerSimplePresetNodeData.typeInfo | TypeInformation |
Constructors
MixerSimplePresetNodeData
MixerSimplePresetNodeData()
Creates a new MixerSimplePresetNodeData frostbite instance.
MixerSimplePresetNodeData
MixerSimplePresetNodeData(guid: Guid)
Creates a new MixerSimplePresetNodeData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
MixerSimplePresetNodeData
MixerSimplePresetNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to MixerSimplePresetNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | AudioGraphNodeData | The instance to cast to MixerSimplePresetNodeData. |
MixerSimplePresetNodeData
MixerSimplePresetNodeData(other: DataContainer)
Casts an instance of type DataContainer to MixerSimplePresetNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to MixerSimplePresetNodeData. |
Properties
index
presets
Static members
typeInfo
The type information for the MixerSimplePresetNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)