EqualizerSettings

Inherits from DataContainer

Summary

Constructors

EqualizerSettings()
EqualizerSettings(guid: Guid)
EqualizerSettings(other: DataContainer)

Properties

Name Type
lowShelfFrequency float
lowShelfGain float
highShelfFrequency float
highShelfGain float
hpCutoffFrequency float

Static members

Name Type
EqualizerSettings.typeInfo TypeInformation

Constructors

EqualizerSettings

EqualizerSettings()

Creates a new EqualizerSettings frostbite instance.

EqualizerSettings

EqualizerSettings(guid: Guid)

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

Parameters

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

EqualizerSettings

EqualizerSettings(other: DataContainer)

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

Parameters

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

Properties

lowShelfFrequency

float

lowShelfGain

float

highShelfFrequency

float

highShelfGain

float

hpCutoffFrequency

float

Static members

typeInfo

TypeInformation

The type information for the EqualizerSettings type.

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