IrReverbNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

IrReverbNodeData()
IrReverbNodeData(guid: Guid)
IrReverbNodeData(other: AudioGraphNodeData)
IrReverbNodeData(other: DataContainer)

Properties

Name Type
inValue AudioGraphNodePort
out AudioGraphNodePort
reverb0 AudioGraphNodePort
amplitude0 AudioGraphNodePort
reverb1 AudioGraphNodePort
amplitude1 AudioGraphNodePort
maxReverbLength float
reverbPlugin SoundGraphPluginRef

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

AudioGraphNodePort

out

AudioGraphNodePort

reverb0

AudioGraphNodePort

amplitude0

AudioGraphNodePort

reverb1

AudioGraphNodePort

amplitude1

AudioGraphNodePort

maxReverbLength

float

reverbPlugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the IrReverbNodeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)