Loading...
Searching...
No Matches
AdventureHero.HeroGearToggle Class Reference

Detailed Description

logic for an entry in the gear pause menu
visualizes the item and equips/unequips it when the toggle is changed

https://adventure.softleitner.com/manual/hero-setup

Inheritance diagram for AdventureHero.HeroGearToggle:
AdventureCore.IDescriptionItem

Public Member Functions

string GetDescription ()
 provides text for hints or tooltips
 

Public Attributes

Toggle Toggle
 
CanvasGroup CanvasGroup
 
InventoryBase Inventory
 
ItemSlotBase Slot
 
ItemBase Item
 

Member Function Documentation

◆ GetDescription()

string AdventureHero.HeroGearToggle.GetDescription ( )

provides text for hints or tooltips

Returns
description text for hints or tooltips

Implements AdventureCore.IDescriptionItem.