Class LeaderboardThemeRetrofitter.RetrofitReport
Result of a batch retrofit run: which themes changed, which were already up to date, and any failures.
Inherited Members
Namespace: Serenity.Ui.Installation.Editor.Settings.Builder
Assembly: Serenity.UnityUi.Installation.Editor.dll
Syntax
public sealed class LeaderboardThemeRetrofitter.RetrofitReport
Constructors
RetrofitReport()
Declaration
public RetrofitReport()
Fields
CreatedPaths
Declaration
public readonly List<string> CreatedPaths
Field Value
| Type | Description |
|---|---|
| List<string> | Every Leaderboard.prefab path created this run (across all retrofitted themes). |
FailedThemeIds
Declaration
public readonly Dictionary<string, string> FailedThemeIds
Field Value
| Type | Description |
|---|---|
| Dictionary<string, string> | Theme id -> failure reason, for themes that could not be retrofitted. |
RegeneratedThemeIds
Declaration
public readonly List<string> RegeneratedThemeIds
Field Value
| Type | Description |
|---|---|
| List<string> | Ids of themes whose existing Leaderboard.prefab was rebuilt in place (only populated when
the run was invoked with |
RetrofittedThemeIds
Declaration
public readonly List<string> RetrofittedThemeIds
Field Value
| Type | Description |
|---|---|
| List<string> | Ids of themes a Leaderboard.prefab was newly generated for (had no template before). |
SkippedThemeIds
Declaration
public readonly List<string> SkippedThemeIds
Field Value
| Type | Description |
|---|---|
| List<string> | Ids of themes that already had a |