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