ZoomLevelData

Inherits from DataContainer

Summary

Constructors

ZoomLevelData()
ZoomLevelData(guid: Guid)
ZoomLevelData(other: DataContainer)

Properties

Name Type
fieldOfView float
dispersionMultiplier float
lookSpeedMultiplier float
sprintLookSpeedMultiplier float
moveSpeedMultiplier float
swayPitchMultiplier float
swayYawMultiplier float
supportedSwayPitchMultiplier float
supportedSwayYawMultiplier float
timePitchMultiplier float
timeYawMultiplier float
recoilMultiplier float
fadeToBlackDuration float
recoilFovMultiplier float
cameraImpulseMultiplier float
onActivateEventType ZoomLevelActivateEventType
startFadeToBlackAtTime float
fadeFromBlackDuration float
startFadeFromBlackAtTime float
screenExposureAreaScale float
fadeToBlackInZoomTransition bool
useFovSpecialisation bool
allowFieldOfViewScaling bool

Static members

Name Type
ZoomLevelData.typeInfo TypeInformation

Constructors

ZoomLevelData

ZoomLevelData()

Creates a new ZoomLevelData frostbite instance.

ZoomLevelData

ZoomLevelData(guid: Guid)

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

Parameters

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

ZoomLevelData

ZoomLevelData(other: DataContainer)

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

Parameters

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

Properties

fieldOfView

float

dispersionMultiplier

float

lookSpeedMultiplier

float

sprintLookSpeedMultiplier

float

moveSpeedMultiplier

float

swayPitchMultiplier

float

swayYawMultiplier

float

supportedSwayPitchMultiplier

float

supportedSwayYawMultiplier

float

timePitchMultiplier

float

timeYawMultiplier

float

recoilMultiplier

float

fadeToBlackDuration

float

recoilFovMultiplier

float

cameraImpulseMultiplier

float

onActivateEventType

ZoomLevelActivateEventType

startFadeToBlackAtTime

float

fadeFromBlackDuration

float

startFadeFromBlackAtTime

float

screenExposureAreaScale

float

fadeToBlackInZoomTransition

bool

useFovSpecialisation

bool

allowFieldOfViewScaling

bool

Static members

typeInfo

TypeInformation

The type information for the ZoomLevelData type.

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