Struct InfoWidgetCreationData
Structure containing parameters used to create an Info Panel widget.
Inherited Members
Namespace: SociallyDistant.Core.Shell.InfoPanel
Assembly: SociallyDistant.Framework.dll
Syntax
public struct InfoWidgetCreationData
Fields
CheckLists
An array of checklists to be shown with the widget.
Declaration
public InfoPanelCheckList[]? CheckLists
Field Value
Type | Description |
---|---|
InfoPanelCheckList[] |
Closeable
Value indicating whether the widget may be dismissed by the player.
Declaration
public bool Closeable
Field Value
Type | Description |
---|---|
bool |
Icon
A text icon to use for the widget's icon.
Declaration
public string Icon
Field Value
Type | Description |
---|---|
string |
Text
The description of the widget.
Declaration
public string Text
Field Value
Type | Description |
---|---|
string |
Title
The heading text of the widget.
Declaration
public string Title
Field Value
Type | Description |
---|---|
string |