Skip to content

UISettings ​

Represents a collection of UI settings for an effect pack.

Kind: Class

Namespace: CrowdControl.Common

Public Constructors

UISettings()

Creates a new instance of the CrowdControl.Common.UISettings class.

UISettings(string description, Dictionary entries)

Creates a new instance of the CrowdControl.Common.UISettings class.

Public Member Functions

void

Merge(UISettings uiSettings, bool allowNewEntries = true)

Merges the specified UI settings into the current instance.

void

Merge(Dictionary entries, bool allowNewEntries = true)

Merges the specified UI settings into the current instance.

Properties

string

Description

[get, ]

Gets or sets the description of the UI settings.

Dictionary

Entries

[get, ]

Gets or sets the entries of the UI settings.

Events

Action

OnMerged

Called when the UI settings are merged.