Interface IDisplayable
- Namespace
- MonkeyLoader.Meta
- Assembly
- MonkeyLoader.dll
Defines the interface for anything that should be displayed with a name and description.
public interface IDisplayable
Properties
Description
Gets the optional human-readable description to display for this item.
string? Description { get; }
Property Value
HasDescription
Gets whether this item has a description.
bool HasDescription { get; }
Property Value
Name
Gets the human-readable name to display for this item.
string Name { get; }