Interface IPropertyDefinitionBase
- Namespace
- MCM.Abstractions
- Assembly
- MCMv5.dll
public interface IPropertyDefinitionBase
Properties
DisplayName
The display name of the setting in the settings menu.
string DisplayName { get; }
Property Value
HintText
The hint text that is displayed at the bottom of the screen when the user hovers over the setting in the settings menu.
string HintText { get; }
Property Value
Order
Require restart of the game if the value is changed.
int Order { get; }
Property Value
RequireRestart
Require restart of the game if the value is changed.
bool RequireRestart { get; }