Interface IMinimapCategorizedOption
Namespace: Eco.Shared.UI
Assembly: Eco.Shared.dll
Syntax
[ApplyOnView]
public interface IMinimapCategorizedOption : IMinimapOption
Properties
FolderStructure
Declaration
string FolderStructure { get; }
Property Value
Type | Description |
---|---|
System.String |
IsOnByDefault
Declaration
bool IsOnByDefault { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Priority
Declaration
float Priority { get; }
Property Value
Type | Description |
---|---|
System.Single |