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