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