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.
UiScrollableInterface Class Referenceabstract

#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.
 

Detailed Description

Interface class that a scrollable component needs to implement. A scrollable component is one that provides functionality to scroll its content (e.g. UiScrollBoxComponent)


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