Inherits AZ::ComponentBus.
◆ OnAttenuationAngleChanged()
virtual void AZ::Render::DecalNotifications::OnAttenuationAngleChanged |
( |
[[maybe_unused] ] float |
attenuationAngle | ) |
|
|
inlinevirtual |
Signals that the attenuation angle has changed.
- Parameters
-
attenuationAngle | This controls how much the angle between geometry and the decal affects decal opacity. |
◆ OnDecalColorChanged()
virtual void AZ::Render::DecalNotifications::OnDecalColorChanged |
( |
[[maybe_unused] ] const AZ::Vector3 & |
decalColor | ) |
|
|
inlinevirtual |
Signals that the decal color has changed.
- Parameters
-
decalColor | This controls the decal color that gets multiplied with decal texture |
◆ OnDecalColorFactorChanged()
virtual void AZ::Render::DecalNotifications::OnDecalColorFactorChanged |
( |
[[maybe_unused] ] float |
decalColorFacor | ) |
|
|
inlinevirtual |
Signals that the decal color factor has changed.
- Parameters
-
decalColorFacor | This controls the decal color factor (in this case it is a multiplier) applied to the decal color |
◆ OnMaterialChanged()
virtual void AZ::Render::DecalNotifications::OnMaterialChanged |
( |
Data::Asset< RPI::MaterialAsset > |
materialAsset | ) |
|
|
inlinevirtual |
Signals that the material has changed
- Parameters
-
materialAsset | The material asset of the decal |
◆ OnNormalMapOpacityChanged()
virtual void AZ::Render::DecalNotifications::OnNormalMapOpacityChanged |
( |
[[maybe_unused] ] float |
opacity | ) |
|
|
inlinevirtual |
Signals that the opacity has changed.
- Parameters
-
opacity | The opaqueness of the decal. |
◆ OnOpacityChanged()
virtual void AZ::Render::DecalNotifications::OnOpacityChanged |
( |
[[maybe_unused] ] float |
opacity | ) |
|
|
inlinevirtual |
Signals that the opacity has changed.
- Parameters
-
opacity | The opaqueness of the decal. |
◆ OnSortKeyChanged()
virtual void AZ::Render::DecalNotifications::OnSortKeyChanged |
( |
[[maybe_unused] ] uint8_t |
sortKey | ) |
|
|
inlinevirtual |
Signals that the sortkey has changed.
- Parameters
-
sortKey | Decals with a larger sort key appear over top of smaller sort keys. |
The documentation for this class was generated from the following file:
- Gems/AtomLyIntegration/CommonFeatures/Code/Include/AtomLyIntegration/CommonFeatures/Decals/DecalBus.h