League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class GameFontDescription

    Inheritance
    System.Object
    GameFontDescription
    Implements
    IMetaClass
    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: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class GameFontDescription : IMetaClass

    Properties

    | Improve this Doc View Source

    Color

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    ColorblindColor

    Declaration
    public MetaOptional<Color> ColorblindColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    ColorblindGlowColor

    Declaration
    public MetaOptional<Color> ColorblindGlowColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    ColorblindOutlineColor

    Declaration
    public MetaOptional<Color> ColorblindOutlineColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    ColorblindSelectionBoxColor

    Declaration
    public MetaOptional<Color> ColorblindSelectionBoxColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    ColorblindShadowColor

    Declaration
    public MetaOptional<Color> ColorblindShadowColor { get; set; }
    Property Value
    Type Description
    MetaOptional<Color>
    | Improve this Doc View Source

    FillTextureName

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

    GlowColor

    Declaration
    public Color GlowColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    Name

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

    OutlineColor

    Declaration
    public Color OutlineColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    ResolutionData

    Declaration
    public MetaObjectLink ResolutionData { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    SelectionBoxColor

    Declaration
    public Color SelectionBoxColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    ShadowColor

    Declaration
    public Color ShadowColor { get; set; }
    Property Value
    Type Description
    Color
    | Improve this Doc View Source

    TypeData

    Declaration
    public MetaObjectLink TypeData { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass