AlternateCameraViewData

Inherits from DataContainer

Summary

Constructors

AlternateCameraViewData()
AlternateCameraViewData(guid: Guid)
AlternateCameraViewData(other: DataContainer)

Properties

Name Type
meshOffset Vec3
hud HudData
fieldOfView float
worldSpaceLockEfficiency float
mesh RigidMeshAsset | nil
maskMeshBlueprint ObjectBlueprint | nil
fadeInDuration float
fovTransitionTime float
blackDuration float
inputSuppression InputSuppressionData
screenExposureAreaScale float
fadeOutDuration float
allowFieldOfViewScaling bool
lockMeshToRenderView bool
toggleViewChange bool
useProfileOptionForToggleViewChange bool
flirEnabled bool
fadeToBlack bool

Static members

Name Type
AlternateCameraViewData.typeInfo TypeInformation

Constructors

AlternateCameraViewData

AlternateCameraViewData()

Creates a new AlternateCameraViewData frostbite instance.

AlternateCameraViewData

AlternateCameraViewData(guid: Guid)

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

Parameters

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

AlternateCameraViewData

AlternateCameraViewData(other: DataContainer)

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

Parameters

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

Properties

meshOffset

Vec3

hud

HudData

fieldOfView

float

worldSpaceLockEfficiency

float

mesh

RigidMeshAsset | nil

maskMeshBlueprint

ObjectBlueprint | nil

fadeInDuration

float

fovTransitionTime

float

blackDuration

float

inputSuppression

InputSuppressionData

screenExposureAreaScale

float

fadeOutDuration

float

allowFieldOfViewScaling

bool

lockMeshToRenderView

bool

toggleViewChange

bool

useProfileOptionForToggleViewChange

bool

flirEnabled

bool

fadeToBlack

bool

Static members

typeInfo

TypeInformation

The type information for the AlternateCameraViewData type.

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