Show / Hide Table of Contents

Interface IPreset

Holds a group of serialized values which can be merged in a corresponding ModSettingsData instance.

Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
public interface IPreset

Properties

| Improve this Doc View Source

SettingsVersion

Declaration
string SettingsVersion { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Values

Declaration
Dictionary<string, Dictionary<string, string>> Values { get; set; }
Property Value
Type Description
Dictionary<String, Dictionary<String, String>>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX