Open 3D Engine LyShine Gem 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.
UiScrollableNotifications Class Referenceabstract

#include <UiScrollableBus.h>

Inherits AZ::ComponentBus.

Public Member Functions

virtual void OnScrollableValueChanging (AZ::Vector2 value)=0
 Called when the scroll value (0 - 1) is changing.
 
virtual void OnScrollableValueChanged (AZ::Vector2 value)=0
 Called when the scroll value (0 - 1) has been changed.
 

Detailed Description

Interface class that listeners need to implement in order to get notifications when values of the scrollable change


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