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 InfoWidgetCreationDataFields
CheckLists
An array of checklists to be shown with the widget.
Declaration
public InfoPanelCheckList[]? CheckListsField Value
| Type | Description | 
|---|---|
| InfoPanelCheckList[] | 
Closeable
Value indicating whether the widget may be dismissed by the player.
Declaration
public bool CloseableField Value
| Type | Description | 
|---|---|
| bool | 
Icon
A text icon to use for the widget's icon.
Declaration
public string IconField Value
| Type | Description | 
|---|---|
| string | 
Text
The description of the widget.
Declaration
public string TextField Value
| Type | Description | 
|---|---|
| string | 
Title
The heading text of the widget.
Declaration
public string TitleField Value
| Type | Description | 
|---|---|
| string |