IrReverbNodeData
Inherits from AudioGraphNodeData
Summary
Constructors
IrReverbNodeData() |
IrReverbNodeData(guid: Guid) |
IrReverbNodeData(other: AudioGraphNodeData) |
IrReverbNodeData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
IrReverbNodeData.typeInfo | TypeInformation |
Constructors
IrReverbNodeData
IrReverbNodeData()
Creates a new IrReverbNodeData frostbite instance.
IrReverbNodeData
IrReverbNodeData(guid: Guid)
Creates a new IrReverbNodeData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
IrReverbNodeData
IrReverbNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to IrReverbNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | AudioGraphNodeData | The instance to cast to IrReverbNodeData. |
IrReverbNodeData
IrReverbNodeData(other: DataContainer)
Casts an instance of type DataContainer to IrReverbNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to IrReverbNodeData. |
Properties
inValue
out
reverb0
amplitude0
reverb1
amplitude1
maxReverbLength
float
reverbPlugin
Static members
typeInfo
The type information for the IrReverbNodeData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)