Show / Hide Table of Contents

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 Source

Name

Gets or sets the name of this entry.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Texture

Gets or sets the texture of this entry.

Declaration
public TextureWrap Texture { get; set; }
Property Value
Type Description
TextureWrap
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX