UILightExposureComponentData

Inherits from UIComponentData

Summary

Constructors

UILightExposureComponentData()
UILightExposureComponentData(guid: Guid)
UILightExposureComponentData(other: UIComponentData)
UILightExposureComponentData(other: Asset)
UILightExposureComponentData(other: DataContainer)

Static members

Name Type
UILightExposureComponentData.typeInfo TypeInformation

Constructors

UILightExposureComponentData

UILightExposureComponentData()

Creates a new UILightExposureComponentData frostbite instance.

UILightExposureComponentData

UILightExposureComponentData(guid: Guid)

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

Parameters

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

UILightExposureComponentData

UILightExposureComponentData(other: UIComponentData)

Casts an instance of type UIComponentData to UILightExposureComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UILightExposureComponentData.

UILightExposureComponentData

UILightExposureComponentData(other: Asset)

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

Parameters

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

UILightExposureComponentData

UILightExposureComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UILightExposureComponentData type.

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