VignetteComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
scale Vec2
color Vec3
realm Realm
exponent float
opacity float
enable bool

Static members

Name Type
VignetteComponentData.typeInfo TypeInformation

Constructors

VignetteComponentData

VignetteComponentData()

Creates a new VignetteComponentData frostbite instance.

VignetteComponentData

VignetteComponentData(guid: Guid)

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

Parameters

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

VignetteComponentData

VignetteComponentData(other: ComponentData)

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

Parameters

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

VignetteComponentData

VignetteComponentData(other: GameObjectData)

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

Parameters

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

VignetteComponentData

VignetteComponentData(other: GameDataContainer)

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

Parameters

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

VignetteComponentData

VignetteComponentData(other: DataContainer)

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

Parameters

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

Properties

scale

Vec2

color

Vec3

realm

Realm

exponent

float

opacity

float

enable

bool

Static members

typeInfo

TypeInformation

The type information for the VignetteComponentData type.

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