UGUIDraggableSlot Class

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

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