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.
|
#include <UiScrollerBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | OnValueChangingByScroller (float value)=0 |
Called when the scroller is changing the scroll value (0 - 1) | |
virtual void | OnValueChangedByScroller (float value)=0 |
Called when the scroller is done changing the scroll value (0 - 1) | |
Interface class that scrollables need to implement in order to get notifications when the scroller changes the value