HdrSetting
Inherits from DataContainer
Summary
Constructors
HdrSetting() |
HdrSetting(guid: Guid) |
HdrSetting(other: DataContainer) |
Properties
Name | Type |
---|---|
windowMinTop | float |
windowMinBottom | float |
windowTopMinReleaseTime | float |
windowTopMaxReleaseTime | float |
windowTopAttackTime | float |
windowBottomReleaseTime | float |
windowTopReleaseTimeCurve | AudioCurve |
dischargeFactor | float |
maxAllowedEnergy | float |
windowBottomAttackTime | float |
windowSize | float |
compressFactor | float |
headroom | float |
allowedOvershoot | float |
Static members
Name | Type |
---|---|
HdrSetting.typeInfo | TypeInformation |
Constructors
HdrSetting
HdrSetting()
Creates a new HdrSetting frostbite instance.
HdrSetting
HdrSetting(guid: Guid)
Creates a new HdrSetting frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
HdrSetting
HdrSetting(other: DataContainer)
Casts an instance of type DataContainer to HdrSetting. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to HdrSetting. |
Properties
windowMinTop
float
windowMinBottom
float
windowTopMinReleaseTime
float
windowTopMaxReleaseTime
float
windowTopAttackTime
float
windowBottomReleaseTime
float
windowTopReleaseTimeCurve
dischargeFactor
float
maxAllowedEnergy
float
windowBottomAttackTime
float
windowSize
float
compressFactor
float
headroom
float
allowedOvershoot
float
Static members
typeInfo
The type information for the HdrSetting type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)