Namespace WeaverCore.Inventory
Classes
ArrowElement
Represents an the left and right arrows in an inventory pane. These are used to move to different panes
BasicInventoryElement
A basic implementation of an inventory element
Cursor
Represents the cursor in the inventory pane. The player uses the arrow keys to move the cursor around to select an InventoryElement
DefaultCursor
The default cursor used in an inventory pane
InventoryElement
An inventory element in the InventoryPanel that a cursor can highlight and select
InventoryGridGrouper
Used to group many InventoryElement objects into a grid. When attached to a parent object, all child objects will be arranged into a grid
InventoryInputManager
Used to receive input events from the player within an InventoryPanel
LeftArrowElement
The component representing the left arrow in an Inventory Pane
RightArrowElement
The component representing the right arrow in an Inventory Pane