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