Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::GlobalPaintBrushSettingsNotifications Class Reference

GlobalPaintBrushSettingsNotificationBus is used to send out notifications whenever the global paintbrush settings have changed. More...

#include <GlobalPaintBrushSettingsNotificationBus.h>

Inherits AZ::EBusTraits.

Public Member Functions

virtual void OnVisiblePropertiesChanged ()
 Notifies listeners that the set of visible paintbrush settings has changed.
 
virtual void OnSettingsChanged (const GlobalPaintBrushSettings &newSettings)
 
virtual void OnPaintBrushModeChanged (PaintBrushMode newBrushMode)
 

Static Public Attributes

static const AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple
 

Detailed Description

GlobalPaintBrushSettingsNotificationBus is used to send out notifications whenever the global paintbrush settings have changed.

Member Function Documentation

◆ OnPaintBrushModeChanged()

virtual void AzToolsFramework::GlobalPaintBrushSettingsNotifications::OnPaintBrushModeChanged ( PaintBrushMode  newBrushMode)
inlinevirtual

Notifies listeners that the paintbrush mode has changed.

Parameters
newSettingsThe settings after the change

◆ OnSettingsChanged()

virtual void AzToolsFramework::GlobalPaintBrushSettingsNotifications::OnSettingsChanged ( const GlobalPaintBrushSettings newSettings)
inlinevirtual

Notifies listeners that the paintbrush settings have changed.

Parameters
newSettingsThe settings after the change

The documentation for this class was generated from the following file: