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