Loading...
Searching...
No Matches
AdventureCore.DescriptionItem Class Reference

Detailed Description

provides a string that will be displayed by the DescriptionText behaviour when this object is selected by the event system
for example put this on a button to provide some additional info about what will happen when it is clicked

https://adventure.softleitner.com/manual

Inheritance diagram for AdventureCore.DescriptionItem:
AdventureCore.IDescriptionItem

Public Member Functions

string GetDescription ()
 provides text for hints or tooltips
 

Public Attributes

string Description
 

Member Function Documentation

◆ GetDescription()

string AdventureCore.DescriptionItem.GetDescription ( )

provides text for hints or tooltips

Returns
description text for hints or tooltips

Implements AdventureCore.IDescriptionItem.