Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
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. More...
 

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