Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 560 Bytes

detail_view.gd.md

File metadata and controls

41 lines (24 loc) · 560 Bytes

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