Enum KeyType
Type of setting key.
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
public enum KeyType
Fields
| Name | Description |
|---|---|
| Color | |
| MultipleChoice | |
| SliderFloat | |
| SliderInt | |
| Text | |
| Toggle | |
| TupleFloat | |
| TupleInt |