MixerInputEntry

Inherits from AudioGraphNodePortGroup

Summary

Constructors

MixerInputEntry()
MixerInputEntry(guid: Guid)
MixerInputEntry(other: AudioGraphNodePortGroup)
MixerInputEntry(other: DataContainer)

Properties

Name Type
out AudioGraphNodePort
source AudioGraphParameter | nil
accumulateMode MixerValueAccumulateMode

Static members

Name Type
MixerInputEntry.typeInfo TypeInformation

Constructors

MixerInputEntry

MixerInputEntry()

Creates a new MixerInputEntry frostbite instance.

MixerInputEntry

MixerInputEntry(guid: Guid)

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

Parameters

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

MixerInputEntry

MixerInputEntry(other: AudioGraphNodePortGroup)

Casts an instance of type AudioGraphNodePortGroup to MixerInputEntry. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other AudioGraphNodePortGroup The instance to cast to MixerInputEntry.

MixerInputEntry

MixerInputEntry(other: DataContainer)

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

Parameters

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

Properties

out

AudioGraphNodePort

source

AudioGraphParameter | nil

accumulateMode

MixerValueAccumulateMode

Static members

typeInfo

TypeInformation

The type information for the MixerInputEntry type.

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