Table of Contents

Struct PauseMenuItem

Namespace
LibreRally.HUD
Assembly
LibreRally.dll

Represents an item in the pause menu.

public readonly record struct PauseMenuItem : IEquatable<PauseMenuItem>
Implements
Inherited Members

Constructors

PauseMenuItem(string, string)

Represents an item in the pause menu.

public PauseMenuItem(string Title, string Description)

Parameters

Title string

The title of the menu item.

Description string

The detailed description of what the item does.

Properties

Description

The detailed description of what the item does.

public string Description { get; init; }

Property Value

string

Title

The title of the menu item.

public string Title { get; init; }

Property Value

string