HudCameraShakeData

Inherits from UIComponentData

Summary

Constructors

HudCameraShakeData()
HudCameraShakeData(guid: Guid)
HudCameraShakeData(other: UIComponentData)
HudCameraShakeData(other: Asset)
HudCameraShakeData(other: DataContainer)

Properties

Name Type
weaponDispersionMin float
weaponDispersionMax float
weaponDispersionOffsetScale float
jumpEffectDurationMin float
jumpEffectDurationMax float
jumpEffectMin float
jumpEffectMax float
landEffectDurationMin float
landEffectDurationMax float
landEffectMin float
landEffectMax float
cameraShakeMinAngle float
cameraShakeMaxAngle float
cameraShakeScale float
weaponLagXScale float
weaponLagYScale float
filterSize int
maxDisplacement float

Static members

Name Type
HudCameraShakeData.typeInfo TypeInformation

Constructors

HudCameraShakeData

HudCameraShakeData()

Creates a new HudCameraShakeData frostbite instance.

HudCameraShakeData

HudCameraShakeData(guid: Guid)

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

Parameters

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

HudCameraShakeData

HudCameraShakeData(other: UIComponentData)

Casts an instance of type UIComponentData to HudCameraShakeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to HudCameraShakeData.

HudCameraShakeData

HudCameraShakeData(other: Asset)

Casts an instance of type Asset to HudCameraShakeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to HudCameraShakeData.

HudCameraShakeData

HudCameraShakeData(other: DataContainer)

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

Parameters

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

Properties

weaponDispersionMin

float

weaponDispersionMax

float

weaponDispersionOffsetScale

float

jumpEffectDurationMin

float

jumpEffectDurationMax

float

jumpEffectMin

float

jumpEffectMax

float

landEffectDurationMin

float

landEffectDurationMax

float

landEffectMin

float

landEffectMax

float

cameraShakeMinAngle

float

cameraShakeMaxAngle

float

cameraShakeScale

float

weaponLagXScale

float

weaponLagYScale

float

filterSize

int

maxDisplacement

float

Static members

typeInfo

TypeInformation

The type information for the HudCameraShakeData type.

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