IrReverbControllerNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
reverb0 AudioGraphNodePort
amplitude0 AudioGraphNodePort
reverb1 AudioGraphNodePort
amplitude1 AudioGraphNodePort

Static members

Name Type
IrReverbControllerNodeData.typeInfo TypeInformation

Constructors

IrReverbControllerNodeData

IrReverbControllerNodeData()

Creates a new IrReverbControllerNodeData frostbite instance.

IrReverbControllerNodeData

IrReverbControllerNodeData(guid: Guid)

Creates a new IrReverbControllerNodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

IrReverbControllerNodeData

IrReverbControllerNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to IrReverbControllerNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to IrReverbControllerNodeData.

IrReverbControllerNodeData

IrReverbControllerNodeData(other: DataContainer)

Casts an instance of type DataContainer to IrReverbControllerNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to IrReverbControllerNodeData.

Properties

reverb0

AudioGraphNodePort

amplitude0

AudioGraphNodePort

reverb1

AudioGraphNodePort

amplitude1

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the IrReverbControllerNodeData type.

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