Skip to main content

Interface IReadOnlyTitleScreenMenuEntry

A interface representing a read only entry in the title screen menu.

Assembly: Dalamud.dll
View Source
Declaration
public interface IReadOnlyTitleScreenMenuEntry

Properties

Priority

Gets the priority of this entry.

View Source
Declaration
ulong Priority { get; }

Name

Gets the name of this entry.

View Source
Declaration
string Name { get; }

Texture

Gets the texture of this entry.

View Source
Declaration
IDalamudTextureWrap Texture { get; }