DelayNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
delayTime AudioGraphNodePort
feedback AudioGraphNodePort
out AudioGraphNodePort
maxDelayTime float
plugin SoundGraphPluginRef

Static members

Name Type
DelayNodeData.typeInfo TypeInformation

Constructors

DelayNodeData

DelayNodeData()

Creates a new DelayNodeData frostbite instance.

DelayNodeData

DelayNodeData(guid: Guid)

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

Parameters

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

DelayNodeData

DelayNodeData(other: AudioGraphNodeData)

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

Parameters

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

DelayNodeData

DelayNodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

delayTime

AudioGraphNodePort

feedback

AudioGraphNodePort

out

AudioGraphNodePort

maxDelayTime

float

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the DelayNodeData type.

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