CompressorSettings
Inherits from DataContainer
Summary
Constructors
CompressorSettings() |
CompressorSettings(guid: Guid) |
CompressorSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
ratio | float |
threshold | float |
attack | float |
release | float |
Static members
Name | Type |
---|---|
CompressorSettings.typeInfo | TypeInformation |
Constructors
CompressorSettings
CompressorSettings()
Creates a new CompressorSettings frostbite instance.
CompressorSettings
CompressorSettings(guid: Guid)
Creates a new CompressorSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CompressorSettings
CompressorSettings(other: DataContainer)
Casts an instance of type DataContainer to CompressorSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CompressorSettings. |
Properties
ratio
float
threshold
float
attack
float
release
float
Static members
typeInfo
The type information for the CompressorSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)