Class UiMilestoneMissionTemplate
Inheritance
System.Object
UiMilestoneMissionTemplate
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 UiMilestoneMissionTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash ClaimableIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ClaimableVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ClaimedIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EndRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FreeBg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiMilestoneFrameData> FreeFrameData { get; set; }
Property Value
|
Improve this Doc
View Source
FreeText
Declaration
public MetaHash FreeText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Group { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiMilestoneFrameData> KeystoneFrameData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipActiveDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipActiveHover { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipAvailableDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipAvailableHover { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipBonusDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipBonusHover { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipCompleteDefault { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelPipCompleteHover { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextActive
Declaration
public MetaHash LevelTextActive { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextAvailable
Declaration
public MetaHash LevelTextAvailable { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextComplete
Declaration
public MetaHash LevelTextComplete { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterAvailableIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterBonusIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MeterCompleteIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MissionIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MissionIconBackground { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiMilestoneFrameData> PremiumFrameData { get; set; }
Property Value
Implements