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