Type IUIInteractionHandler

Namespace

GloryEngine.UI

Summary

Interface for recieving interactions between the cursor and the UI element

Methods

OnHover(GloryEngine.UI.UIInteraction)

The cursor has entered the element bounds

OnUnHover(GloryEngine.UI.UIInteraction)

The cursor has left the element bounds

OnDown(GloryEngine.UI.UIInteraction)

The cursor has selected the element

OnUp(GloryEngine.UI.UIInteraction)

The cursor has released the element