The Inventory view is a concrete subclass of GridView wired up against the Inventory package — drag-and-drop slots, equipment loadouts, stat-modifier tooltips, and category filters. Reach for it when you want a working inventory UI without rebuilding the whole grid layer.

Inventory Ingredients

Where to look: the GameFull sample (Samples~/GameFull/Scripts/UI/Inventory/) ships a complete subclass that integrates with the Inventory + RPG Stats packages. Until full standalone docs are written, treat that as the canonical reference.

How it composes

GridViewBase<TItem> ← grid + filter + selection plumbing (see GridView page) └─ GridViewPagination<TItem> ← page-button strip └─ InventoryView ← Luna-supplied + your subclass: bind item icon, name, stats

Subclassing pattern is identical to GridView's example — override BindItem, UnbindItem, OnItemCreate, plus Select / Deselect for click-to-select.

See also

Settings

Theme

Light

Contrast

Material

Dark

Dim

Material Dark

System

Sidebar(Light & Contrast only)

Light
Dark

Font Family

DM Sans

Wix

Inclusive Sans

AR One Sans

Direction

LTR
RTL