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