Class LoadoutCompanionInfoPanel
Inheritance
System.Object
LoadoutCompanionInfoPanel
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 LoadoutCompanionInfoPanel : 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> JustObtainedIcon { 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 MetaHash Tier2ButtonFeedbackVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Tier3ButtonFeedbackVfx { 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> UnownedStarShardIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> UnownedTierButton { get; set; }
Property Value
|
Improve this Doc
View Source
UpgradeButtonDisabledFromEntitlementText
Declaration
public string UpgradeButtonDisabledFromEntitlementText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaHash UpgradeEntitlementErrorButton { get; set; }
Property Value
|
Improve this Doc
View Source
UpgradeEntitlementErrorTooltipText
Declaration
public string UpgradeEntitlementErrorTooltipText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpgradeErrorText
Declaration
public MetaHash UpgradeErrorText { get; set; }
Property Value
|
Improve this Doc
View Source
UpgradeInfoText
Declaration
public MetaHash UpgradeInfoText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> UpgradeTierButton { get; set; }
Property Value
Implements