MixerReceiveNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
entries MixerReceiveEntry[]

Static members

Name Type
MixerReceiveNodeData.typeInfo TypeInformation

Constructors

MixerReceiveNodeData

MixerReceiveNodeData()

Creates a new MixerReceiveNodeData frostbite instance.

MixerReceiveNodeData

MixerReceiveNodeData(guid: Guid)

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

Parameters

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

MixerReceiveNodeData

MixerReceiveNodeData(other: AudioGraphNodeData)

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

Parameters

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

MixerReceiveNodeData

MixerReceiveNodeData(other: DataContainer)

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

Parameters

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

Properties

entries

MixerReceiveEntry[]

Static members

typeInfo

TypeInformation

The type information for the MixerReceiveNodeData type.

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