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
TitlestringThe title of the menu item.
DescriptionstringThe detailed description of what the item does.
Properties
Description
The detailed description of what the item does.
public string Description { get; init; }
Property Value
Title
The title of the menu item.
public string Title { get; init; }