UIPostProcessComponentData
Inherits from UIComponentData
Summary
Constructors
Properties
| Name | Type |
|---|---|
| highlightThreshold | float |
| xPower | float |
| yPower | float |
| distort | float |
| timeScale | float |
| noiseTexture | TextureAsset | nil |
| highlight | float |
| rShift | float |
| gShift | float |
| bShift | float |
| tweakMode | bool |
| enabled | bool |
Static members
| Name | Type |
|---|---|
| UIPostProcessComponentData.typeInfo | TypeInformation |
Constructors
UIPostProcessComponentData
UIPostProcessComponentData()
Creates a new UIPostProcessComponentData frostbite instance.
UIPostProcessComponentData
UIPostProcessComponentData(guid: Guid)
Creates a new UIPostProcessComponentData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIPostProcessComponentData
UIPostProcessComponentData(other: UIComponentData)
Casts an instance of type UIComponentData to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIComponentData | The instance to cast to UIPostProcessComponentData. |
UIPostProcessComponentData
UIPostProcessComponentData(other: Asset)
Casts an instance of type Asset to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UIPostProcessComponentData. |
UIPostProcessComponentData
UIPostProcessComponentData(other: DataContainer)
Casts an instance of type DataContainer to UIPostProcessComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIPostProcessComponentData. |
Properties
highlightThreshold
float
xPower
float
yPower
float
distort
float
timeScale
float
noiseTexture
TextureAsset | nil
highlight
float
rShift
float
gShift
float
bShift
float
tweakMode
bool
enabled
bool
Static members
typeInfo
The type information for the UIPostProcessComponentData type.