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.
|
Inherits AZ::ComponentBus.
Public Member Functions | |
virtual void | OnDropHoverStart (AZ::EntityId draggable)=0 |
Called on starting hovering over a drop target. | |
virtual void | OnDropHoverEnd (AZ::EntityId draggable)=0 |
Called on ending hovering over a drop target. | |
virtual void | OnDrop (AZ::EntityId draggable)=0 |
Called on drop. | |
Static Public Attributes | |
static const bool | EnableEventQueue = true |