Class LoadoutDamageSkinInfoPanel
Inheritance
System.Object
LoadoutDamageSkinInfoPanel
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 LoadoutDamageSkinInfoPanel : ILoadoutInfoPanel, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash GamePassIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemIcon { get; set; }
Property Value
|
Improve this Doc
View Source
ItemIconText
Declaration
public MetaHash ItemIconText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> LockIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash m3997326812 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> RarityIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> TierButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> UnownedTierButton { get; set; }
Property Value
Implements