ViewFxData

Inherits from DataContainer

Summary

Constructors

ViewFxData()
ViewFxData(guid: Guid)
ViewFxData(other: DataContainer)

Properties

Name Type
poissonRadialBlur PoissonRadialBlurData
colorTint ColorTintData
blurAdd float
colorTintEnable bool
poissonRadialBlurEnable bool

Static members

Name Type
ViewFxData.typeInfo TypeInformation

Constructors

ViewFxData

ViewFxData()

Creates a new ViewFxData frostbite instance.

ViewFxData

ViewFxData(guid: Guid)

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

Parameters

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

ViewFxData

ViewFxData(other: DataContainer)

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

Parameters

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

Properties

poissonRadialBlur

PoissonRadialBlurData

colorTint

ColorTintData

blurAdd

float

colorTintEnable

bool

poissonRadialBlurEnable

bool

Static members

typeInfo

TypeInformation

The type information for the ViewFxData type.

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