Table of Contents

Class PresetListInfo

Namespace
LunaForge.GUI
Assembly
LunaForge.dll
public class PresetListInfo
Inheritance
PresetListInfo
Inherited Members

Constructors

PresetListInfo(string)

public PresetListInfo(string dirPath)

Parameters

dirPath string

Properties

DirName

public string DirName { get; set; }

Property Value

string

PresetList

public Dictionary<string, string> PresetList { get; set; }

Property Value

Dictionary<string, string>