UILightExposureComponentData
Inherits from UIComponentData
Summary
Constructors
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
The type information for the UILightExposureComponentData type.