Enum LayoutSource
Represents a source from where a layout came
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum LayoutSource
Fields
Name | Description |
---|---|
Configured | A layout loaded from config |
Default | A default layout loaded as a fallback option |
Plugin | A layout loaded from the plugin folder |
User | A layout loaded from the user layout folder |