- Namespace
- Atavism
- Interfaces
-
- IDropHandler
- IPointerEnterHandler
- IPointerExitHandler
- Base Types
-
- MonoBehaviour
- UGUIDraggableSlot
graph BT
Type-->Base0["UGUIDraggableSlot"]
click Base0 "/docs/client_api_10.2.0/api/Atavism/UGUIDraggableSlot"
Base0-->Base1["MonoBehaviour"]
Type-.->Interface0["IDropHandler"]
Type-.->Interface1["IPointerEnterHandler"]
Type-.->Interface2["IPointerExitHandler"]
Type["UGUIInventoryAuctionSlot"]
class Type type-node
Syntax
public class UGUIInventoryAuctionSlot : UGUIDraggableSlot, IDropHandler, IPointerEnterHandler,
IPointerExitHandler
Fields
| Name | Constant Value | Summary |
|---|---|---|
| allowOverwrite |
Inherited from UGUIDraggableSlot
|
|
| ammo |
Inherited from UGUIDraggableSlot
|
|
| backLink |
Inherited from UGUIDraggableSlot
|
|
| bagNum | ||
| cor |
Inherited from UGUIDraggableSlot
|
|
| countLabel | ||
| droppedOnSelf |
Inherited from UGUIDraggableSlot
|
|
| hover | ||
| itemIcon | ||
| slotBehaviour |
Inherited from UGUIDraggableSlot
|
|
| slotNum |
Inherited from UGUIDraggableSlot
|
|
| TMPCountLabel | ||
| uguiActivatable |
Inherited from UGUIDraggableSlot
|
Properties
| Name | Value | Summary |
|---|---|---|
| BackLink | U |
Inherited from UGUIDraggableSlot
|
| MouseEntered | bool | |
| SlotBehaviour | DraggableBehaviour |
Inherited from UGUIDraggableSlot
|
| UguiActivatable | U |
Inherited from UGUIDraggableSlot
|
Methods
| Name | Value | Summary |
|---|---|---|
| Activate |
void | |
| CheckOver |
IEnumerator |
Inherited from UGUIDraggableSlot
|
| ClearChildSlot |
void | |
| ClearChildSlot |
void |
Inherited from UGUIDraggableSlot
|
| Discarded |
void | |
| OnDrop |
void | |
| OnPointerEnter |
void | |
| OnPointerExit |
void | |
| ResetSlot |
void |
Inherited from UGUIDraggableSlot
|
| ShowTooltip |
void | |
| Update |
void |
Creates a UGUIAtavismActivatable object to put in this slot if the item is not null.
|