Class MinimapOverlayPanel
Panel for displaying and toggling custom map overlays
Inheritance
System.Object
MinimapOverlayPanel
Assembly: Jotunn.dll
Syntax
public class MinimapOverlayPanel : MonoBehaviour
Fields
|
Improve this Doc
View Source
BaseMod
Declaration
public GameObject BaseMod
Field Value
Type |
Description |
GameObject |
|
|
Improve this Doc
View Source
BaseModText
Declaration
Field Value
|
Improve this Doc
View Source
BaseToggle
Declaration
Field Value
|
Improve this Doc
View Source
Declaration
Field Value
|
Improve this Doc
View Source
OverlayGroup
Declaration
public GameObject OverlayGroup
Field Value
Type |
Description |
GameObject |
|
Methods
|
Improve this Doc
View Source
AddOverlayToggle(String, String)
Add a new toggle for a map overlay
Declaration
public Toggle AddOverlayToggle(string modName, string overlayName)
Parameters
Type |
Name |
Description |
System.String |
modName |
|
System.String |
overlayName |
|
Returns
|
Improve this Doc
View Source
ToggleOverlayGroup()
Toggle the overlay list
Declaration
public void ToggleOverlayGroup()
Extension Methods