Class TftHudExpBar
Inheritance
System.Object
TftHudExpBar
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class TftHudExpBar : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash Backdrop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExpBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExpBarDivider { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ExpScene { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> LinearOverlays { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string m592398860 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash RadialBackdrop { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RadialExpBar { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> RadialOverlays { get; set; }
Property Value
|
Improve this Doc
View Source
ValueText
Declaration
public MetaHash ValueText { get; set; }
Property Value
Implements