MixerSendNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

MixerSendNodeData()
MixerSendNodeData(guid: Guid)
MixerSendNodeData(other: AudioGraphNodeData)
MixerSendNodeData(other: DataContainer)

Properties

Name Type
entries MixerSendEntry[]

Static members

Name Type
MixerSendNodeData.typeInfo TypeInformation

Constructors

MixerSendNodeData

MixerSendNodeData()

Creates a new MixerSendNodeData frostbite instance.

MixerSendNodeData

MixerSendNodeData(guid: Guid)

Creates a new MixerSendNodeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MixerSendNodeData

MixerSendNodeData(other: AudioGraphNodeData)

Casts an instance of type AudioGraphNodeData to MixerSendNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodeData The instance to cast to MixerSendNodeData.

MixerSendNodeData

MixerSendNodeData(other: DataContainer)

Casts an instance of type DataContainer to MixerSendNodeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MixerSendNodeData.

Properties

entries

MixerSendEntry[]

Static members

typeInfo

TypeInformation

The type information for the MixerSendNodeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)