LensScopeComponentData

Inherits from ComponentData

Summary

Constructors

LensScopeComponentData()
LensScopeComponentData(guid: Guid)
LensScopeComponentData(other: ComponentData)
LensScopeComponentData(other: GameObjectData)
LensScopeComponentData(other: GameDataContainer)
LensScopeComponentData(other: DataContainer)

Properties

Name Type
chromaticAberrationColor1 Vec3
radialBlendDistanceCoefficients Vec2
chromaticAberrationColor2 Vec3
blurCenter Vec2
chromaticAberrationDisplacement2 Vec2
chromaticAberrationDisplacement1 Vec2
chromaticAberrationStrengths Vec2
blurScale float
realm Realm
enable bool

Static members

Name Type
LensScopeComponentData.typeInfo TypeInformation

Constructors

LensScopeComponentData

LensScopeComponentData()

Creates a new LensScopeComponentData frostbite instance.

LensScopeComponentData

LensScopeComponentData(guid: Guid)

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

Parameters

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

LensScopeComponentData

LensScopeComponentData(other: ComponentData)

Casts an instance of type ComponentData to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to LensScopeComponentData.

LensScopeComponentData

LensScopeComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to LensScopeComponentData.

LensScopeComponentData

LensScopeComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to LensScopeComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to LensScopeComponentData.

LensScopeComponentData

LensScopeComponentData(other: DataContainer)

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

Parameters

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

Properties

chromaticAberrationColor1

Vec3

radialBlendDistanceCoefficients

Vec2

chromaticAberrationColor2

Vec3

blurCenter

Vec2

chromaticAberrationDisplacement2

Vec2

chromaticAberrationDisplacement1

Vec2

chromaticAberrationStrengths

Vec2

blurScale

float

realm

Realm

enable

bool

Static members

typeInfo

TypeInformation

The type information for the LensScopeComponentData type.

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