UGUIDraggableSlot Class

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

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