Table of Contents

Class ModView

Namespace
ModMenu
Assembly
ModMenu.dll

Handles building and displaying a mod's config page.

It's worth checking out View for the extra functionality this class provides.

public class ModView : View
Inheritance
ModView
Inherited Members

Methods

SetFooter(UIComponent)

Sets the footer. This will be placed at the very bottom of the config, below all categories.

public void SetFooter(UIComponent footer)

Parameters

footer UIComponent

The footer to use

SetHeader(UIComponent)

Sets the header. This will be placed above all categories, including the title of the mod.

public void SetHeader(UIComponent header)

Parameters

header UIComponent

The header to use