detail_view.gd

Extends: CanvasLayer

Description

The detail view of an inventory item

Property Descriptions

is_visible

var is_visible

Wether the DetailView is currently visible

Method Descriptions

show_with_item

func show_with_item(item: InventoryItem)

Show the item

** Parameters **

  • item: The inventory item to display

hide

func hide()

Hide the panel