FrequencyShiftSsbNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
inValue AudioGraphNodePort
frequency AudioGraphNodePort
out AudioGraphNodePort
filter FrequencyShiftSsbFilter
plugin SoundGraphPluginRef

Static members

Name Type
FrequencyShiftSsbNodeData.typeInfo TypeInformation

Constructors

FrequencyShiftSsbNodeData

FrequencyShiftSsbNodeData()

Creates a new FrequencyShiftSsbNodeData frostbite instance.

FrequencyShiftSsbNodeData

FrequencyShiftSsbNodeData(guid: Guid)

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

Parameters

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

FrequencyShiftSsbNodeData

FrequencyShiftSsbNodeData(other: AudioGraphNodeData)

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

Parameters

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

FrequencyShiftSsbNodeData

FrequencyShiftSsbNodeData(other: DataContainer)

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

Parameters

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

Properties

inValue

AudioGraphNodePort

frequency

AudioGraphNodePort

out

AudioGraphNodePort

filter

FrequencyShiftSsbFilter

plugin

SoundGraphPluginRef

Static members

typeInfo

TypeInformation

The type information for the FrequencyShiftSsbNodeData type.

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