#include <UiScrollableBus.h>
Inherits AZ::ComponentBus.
 | 
| 
virtual void  | OnValueChangingByScrollable (AZ::Vector2 value)=0 | 
|   | Called when the scrollable is changing the scroll value (0 - 1) 
  | 
|   | 
| 
virtual void  | OnValueChangedByScrollable (AZ::Vector2 value)=0 | 
|   | Called when the scrollable is done changing the scroll value (0 - 1) 
  | 
|   | 
| 
virtual void  | OnScrollableParentToContentRatioChanged (AZ::Vector2 parentToContentRatio)=0 | 
|   | Called when the content size or content parent size has been changed. 
  | 
|   | 
Interface class that scrollers need to implement in order to get notifications of changes created by the scrollable 
The documentation for this class was generated from the following file:
- Gems/LyShine/Code/Include/LyShine/Bus/UiScrollableBus.h