Class DisplayStatUiData
Inheritance
System.Object
DisplayStatUiData
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 DisplayStatUiData : IMetaClass
Properties
| Improve this Doc View SourceIsDetailedStat
Declaration
public bool IsDetailedStat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NewStatType
Declaration
public byte NewStatType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
StatNameTra
Declaration
public string StatNameTra { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatType
Declaration
public byte StatType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TexturePath
Declaration
public string TexturePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |