Class TitleScreenMenu.TitleScreenMenuEntry
Class representing an entry in the title screen menu.
Inheritance
System.Object
TitleScreenMenu.TitleScreenMenuEntry
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dalamud.Interface
Assembly: Dalamud.dll
Syntax
public class TitleScreenMenuEntry
Properties
| Improve this Doc View SourceName
Gets or sets the name of this entry.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Texture
Gets or sets the texture of this entry.
Declaration
public TextureWrap Texture { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureWrap |