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

Search Results for

    Class StatStoneCategory

    Inheritance
    System.Object
    StatStoneCategory
    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 StatStoneCategory : IMetaClass

    Properties

    | Improve this Doc View Source

    CategoryColor

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

    GameIconFull

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

    GameIconLit

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

    GameIconMini

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

    GameIconUnlit

    Declaration
    public string GameIconUnlit { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass