MixerSetPropertyNodeData

Inherits from AudioGraphNodeData

Summary

Constructors

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

Properties

Name Type
entries MixerSetPropertyEntry[]

Static members

Name Type
MixerSetPropertyNodeData.typeInfo TypeInformation

Constructors

MixerSetPropertyNodeData

MixerSetPropertyNodeData()

Creates a new MixerSetPropertyNodeData frostbite instance.

MixerSetPropertyNodeData

MixerSetPropertyNodeData(guid: Guid)

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

Parameters

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

MixerSetPropertyNodeData

MixerSetPropertyNodeData(other: AudioGraphNodeData)

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

Parameters

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

MixerSetPropertyNodeData

MixerSetPropertyNodeData(other: DataContainer)

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

Parameters

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

Properties

entries

MixerSetPropertyEntry[]

Static members

typeInfo

TypeInformation

The type information for the MixerSetPropertyNodeData type.

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