#include <UiScrollableBus.h>
Inherits AZ::ComponentBus.
Public Member Functions | |
| virtual bool | GetScrollableParentToContentRatio (AZ::Vector2 &ratioOut)=0 | 
| Get the ratio between the scrollable content size and the size of its parent.  | |
Static Public Attributes | |
| static const AZ::EBusHandlerPolicy | HandlerPolicy = AZ::EBusHandlerPolicy::Single | 
| Only one component on a entity can implement the events.  | |
Interface class that a scrollable component needs to implement. A scrollable component is one that provides functionality to scroll its content (e.g. UiScrollBoxComponent)