Adventure Creator 1.84.3
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
Loading...
Searching...
No Matches
AC.UISlotClickRight Class Reference
Inheritance diagram for AC.UISlotClickRight:
AC.UISlotClick

Public Member Functions

void OnPointerClick (PointerEventData eventData)
Public Member Functions inherited from AC.UISlotClick
void OnSelect (BaseEventData eventData)
void Setup (AC.Menu _menu, MenuElement _element, int _slot)
 Syncs the component to a slot within a menu.

Additional Inherited Members

Protected Attributes inherited from AC.UISlotClick
AC.Menu menu
MenuElement menuElement
int slot

Detailed Description

A subclass of UISlotClick that also listens for right-clicks.

Member Function Documentation

◆ OnPointerClick()

void AC.UISlotClickRight.OnPointerClick ( PointerEventData eventData)

Implementation of IPointerClickHandler