TonemapComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
bloomScale Vec3
realm Realm
tonemapMethod TonemapMethod
minExposure float
middleGray float
exposureAdjustTime float
maxExposure float
chromostereopsisOffset float
chromostereopsisScale float
chromostereopsisEnable bool

Static members

Name Type
TonemapComponentData.typeInfo TypeInformation

Constructors

TonemapComponentData

TonemapComponentData()

Creates a new TonemapComponentData frostbite instance.

TonemapComponentData

TonemapComponentData(guid: Guid)

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

Parameters

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

TonemapComponentData

TonemapComponentData(other: ComponentData)

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

Parameters

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

TonemapComponentData

TonemapComponentData(other: GameObjectData)

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

Parameters

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

TonemapComponentData

TonemapComponentData(other: GameDataContainer)

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

Parameters

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

TonemapComponentData

TonemapComponentData(other: DataContainer)

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

Parameters

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

Properties

bloomScale

Vec3

realm

Realm

tonemapMethod

TonemapMethod

minExposure

float

middleGray

float

exposureAdjustTime

float

maxExposure

float

chromostereopsisOffset

float

chromostereopsisScale

float

chromostereopsisEnable

bool

Static members

typeInfo

TypeInformation

The type information for the TonemapComponentData type.

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