2026-03-28 인벤토리 90%
This commit is contained in:
@@ -33,6 +33,13 @@ private void Awake()
|
||||
ClearSlot();
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
if (currentItem != null)
|
||||
SetItem(currentItem);
|
||||
|
||||
}
|
||||
|
||||
// 아이템 데이터 설정 및 UI 갱신
|
||||
public void SetItem(ItemInstance newItem)
|
||||
{
|
||||
@@ -73,6 +80,8 @@ public void OnDrop(PointerEventData eventData)
|
||||
}
|
||||
public void OnPointerEnter(PointerEventData eventData)
|
||||
{
|
||||
Debug.Log("PointerEnter");
|
||||
|
||||
if (currentItem != null && currentItem.Data != null)
|
||||
{
|
||||
// 드래그 중에는 툴팁 안띄움
|
||||
|
||||
Reference in New Issue
Block a user