UGUIDraggableSlot Class

graph BT Type-->Base0["MonoBehaviour"] Type-.->Interface0["IDropHandler"] Type-.->Interface1["IPointerEnterHandler"] Type-.->Interface2["IPointerExitHandler"] Type["UGUIDraggableSlot"] class Type type-node Derived0["UGUICharacterEquipSlot"]-->Type click Derived0 "/docs/client_api_10.1.0/api/Atavism/UGUICharacterEquipSlot" Derived1["UGUIMerchantItemSlot"]-->Type click Derived1 "/docs/client_api_10.1.0/api/Atavism/UGUIMerchantItemSlot" Derived2["UGUIBagSlot"]-->Type click Derived2 "/docs/client_api_10.1.0/api/Atavism/UGUIBagSlot" Derived3["UGUIInventorySlot"]-->Type click Derived3 "/docs/client_api_10.1.0/api/Atavism/UGUIInventorySlot" Derived4["UGUIMailAttachmentSlot"]-->Type click Derived4 "/docs/client_api_10.1.0/api/Atavism/UGUIMailAttachmentSlot" Derived5["UGUIBuildMaterialSlot"]-->Type click Derived5 "/docs/client_api_10.1.0/api/Atavism/UGUIBuildMaterialSlot" Derived6["UGUIRepairSlot"]-->Type click Derived6 "/docs/client_api_10.1.0/api/Atavism/UGUIRepairSlot" Derived7["UGUIInventoryAuctionSlot"]-->Type click Derived7 "/docs/client_api_10.1.0/api/Atavism/UGUIInventoryAuctionSlot" Derived8["UGUIGearSocketSlot"]-->Type click Derived8 "/docs/client_api_10.1.0/api/Atavism/UGUIGearSocketSlot" Derived9["UGUITradeSlot"]-->Type click Derived9 "/docs/client_api_10.1.0/api/Atavism/UGUITradeSlot" Derived10["UGUIActionBarSlot"]-->Type click Derived10 "/docs/client_api_10.1.0/api/Atavism/UGUIActionBarSlot" Derived11["UGUIBankSlot"]-->Type click Derived11 "/docs/client_api_10.1.0/api/Atavism/UGUIBankSlot" Derived12["UGUIAbilitySlot"]-->Type click Derived12 "/docs/client_api_10.1.0/api/Atavism/UGUIAbilitySlot" Derived13["UGUICraftingSlot"]-->Type click Derived13 "/docs/client_api_10.1.0/api/Atavism/UGUICraftingSlot"

Syntax

public class UGUIDraggableSlot : MonoBehaviour, IDropHandler, IPointerEnterHandler, 
    IPointerExitHandler

Fields

Properties

Methods

Name Value Summary
Activate() void
CheckOver() IEnumerator
ClearChildSlot() void
ClearChildSlot(bool) void
Discarded() void
Called when a player drags the item from the slot and drops it onto nothing
OnDrop(PointerEventData) void
OnPointerEnter(PointerEventData) void
OnPointerExit(PointerEventData) void
ResetSlot() void
ShowTooltip() void