SniperLensScopeFilterData

Inherits from ScopeFilterData

Summary

Constructors

SniperLensScopeFilterData()
SniperLensScopeFilterData(guid: Guid)
SniperLensScopeFilterData(other: ScopeFilterData)
SniperLensScopeFilterData(other: Asset)
SniperLensScopeFilterData(other: DataContainer)

Properties

Name Type
chromaticAberrationStrengths Vec2
blurCenter Vec2
chromaticAberrationColor1 Vec3
chromaticAberrationColor2 Vec3
radialBlendDistanceCoefficients Vec2
chromaticAberrationDisplacement1 Vec2
chromaticAberrationDisplacement2 Vec2
blurScale float
colorTintData ColorTintData

Static members

Name Type
SniperLensScopeFilterData.typeInfo TypeInformation

Constructors

SniperLensScopeFilterData

SniperLensScopeFilterData()

Creates a new SniperLensScopeFilterData frostbite instance.

SniperLensScopeFilterData

SniperLensScopeFilterData(guid: Guid)

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

Parameters

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

SniperLensScopeFilterData

SniperLensScopeFilterData(other: ScopeFilterData)

Casts an instance of type ScopeFilterData to SniperLensScopeFilterData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ScopeFilterData The instance to cast to SniperLensScopeFilterData.

SniperLensScopeFilterData

SniperLensScopeFilterData(other: Asset)

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

Parameters

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

SniperLensScopeFilterData

SniperLensScopeFilterData(other: DataContainer)

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

Parameters

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

Properties

chromaticAberrationStrengths

Vec2

blurCenter

Vec2

chromaticAberrationColor1

Vec3

chromaticAberrationColor2

Vec3

radialBlendDistanceCoefficients

Vec2

chromaticAberrationDisplacement1

Vec2

chromaticAberrationDisplacement2

Vec2

blurScale

float

colorTintData

ColorTintData

Static members

typeInfo

TypeInformation

The type information for the SniperLensScopeFilterData type.

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