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