MixerNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
entries MixerEntry[]
out AudioGraphNodePort

Static members

Name Type
MixerNodeData.typeInfo TypeInformation

Constructors

MixerNodeData

MixerNodeData()

Creates a new MixerNodeData frostbite instance.

MixerNodeData

MixerNodeData(guid: Guid)

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

Parameters

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

MixerNodeData

MixerNodeData(other: AudioGraphNodeData)

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

Parameters

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

MixerNodeData

MixerNodeData(other: DataContainer)

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

Parameters

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

Properties

entries

MixerEntry[]

out

AudioGraphNodePort

Static members

typeInfo

TypeInformation

The type information for the MixerNodeData type.

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