Open 3D Engine LyShine Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Interface class that listeners need to implement to receive scroll box change notifications. More...
#include <UiScrollBoxBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | OnScrollOffsetChanging (AZ::Vector2 newScrollOffset)=0 |
Called when the scroll offset is changing. | |
virtual void | OnScrollOffsetChanged (AZ::Vector2 newScrollOffset)=0 |
Called when the scroll offset is done changing. | |
Interface class that listeners need to implement to receive scroll box change notifications.