FlatOutputNodeData
Inherits from OutputNodeData
Summary
Constructors
| FlatOutputNodeData() |
| FlatOutputNodeData(guid: Guid) |
| FlatOutputNodeData(other: OutputNodeData) |
| FlatOutputNodeData(other: AudioGraphNodeData) |
| FlatOutputNodeData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| angle | float |
| reverbGain | float |
| reverbSend | SoundBusData | nil |
| centerLevel | AudioGraphNodePort |
| lfeLevel | AudioGraphNodePort |
| panPlugin | SoundGraphPluginRef |
| reverbSendPlugin | SoundGraphPluginRef |
Static members
| Name | Type |
|---|---|
| FlatOutputNodeData.typeInfo | TypeInformation |
Constructors
FlatOutputNodeData
FlatOutputNodeData()
Creates a new FlatOutputNodeData frostbite instance.
FlatOutputNodeData
FlatOutputNodeData(guid: Guid)
Creates a new FlatOutputNodeData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
FlatOutputNodeData
FlatOutputNodeData(other: OutputNodeData)
Casts an instance of type OutputNodeData to FlatOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | OutputNodeData | The instance to cast to FlatOutputNodeData. |
FlatOutputNodeData
FlatOutputNodeData(other: AudioGraphNodeData)
Casts an instance of type AudioGraphNodeData to FlatOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | AudioGraphNodeData | The instance to cast to FlatOutputNodeData. |
FlatOutputNodeData
FlatOutputNodeData(other: DataContainer)
Casts an instance of type DataContainer to FlatOutputNodeData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to FlatOutputNodeData. |
Properties
angle
float
reverbGain
float
reverbSend
SoundBusData | nil
centerLevel
lfeLevel
panPlugin
reverbSendPlugin
Static members
typeInfo
The type information for the FlatOutputNodeData type.