Table of Contents

Class TitleScreenHandler.CustomTitleData

Namespace
Nautilus.Handlers.TitleScreen
Assembly
Nautilus.dll
A data class containing additions for Nautilus to add to the main menu when your mod is selected as the current theme.
public class TitleScreenHandler.CustomTitleData
Inheritance
TitleScreenHandler.CustomTitleData
Inherited Members
Extension Methods

Constructors

CustomTitleData(string, params TitleAddon[])

Creates a new instance of TitleScreenHandler.CustomTitleData
public CustomTitleData(string localizationKey, params TitleAddon[] addons)

Parameters

localizationKey string
The localization key for the name of your mod. Will be shown in the selectable themes option.
addons TitleAddon[]
The additions to the main menu that should be active when your mod is selected.

Fields

addons

The additions to the main menu that should be active when your mod is selected.
public readonly TitleAddon[] addons

Field Value

TitleAddon[]

localizationKey

The localization key for the name of your mod. Will be shown in the selectable themes option.
public readonly string localizationKey

Field Value

string