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 <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)