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