Class StatStoneCategory
Inheritance
System.Object
StatStoneCategory
Implements
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 SourceCategoryColor
Declaration
public Color CategoryColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
GameIconFull
Declaration
public string GameIconFull { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameIconLit
Declaration
public string GameIconLit { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameIconMini
Declaration
public string GameIconMini { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GameIconUnlit
Declaration
public string GameIconUnlit { get; set; }
Property Value
Type | Description |
---|---|
System.String |