Show / Hide Table of Contents

Class MinimapOverlayPanel

Panel for displaying and toggling custom map overlays
Inheritance
System.Object
MinimapOverlayPanel
Namespace: Jotunn.GUI
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
public Text BaseModText
Field Value
Type Description
Text
| Improve this Doc View Source

BaseToggle

Declaration
public Toggle BaseToggle
Field Value
Type Description
Toggle
| Improve this Doc View Source

Button

Declaration
public Button Button
Field Value
Type Description
Button
| 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
Type Description
Toggle
| Improve this Doc View Source

ToggleOverlayGroup()

Toggle the overlay list
Declaration
public void ToggleOverlayGroup()

Extension Methods

PrefabExtension.FixReferences(Object)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾