Enum MinimapDisplayMode
Controls how a given minimap layer will be displayed in the game.
Namespace: Edgar.Unity
Assembly: cs.temp.dll.dll
Syntax
public enum MinimapDisplayMode
Fields
| Name | Description |
|---|---|
| Color | A single-colored tile will be used to display the layer. |
| CustomTile | A custom tile will be used to display the layer. |
| OriginalTiles | Original tiles will be used to display the layer. |