Class UiWeeklyMissionTemplate
Inheritance
System.Object
UiWeeklyMissionTemplate
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 UiWeeklyMissionTemplate : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash CompletionVfx { get; set; }
Property Value
|
Improve this Doc
View Source
DescriptionText
Declaration
public MetaHash DescriptionText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Divder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FooterGroup { get; set; }
Property Value
|
Improve this Doc
View Source
HelperText
Declaration
public MetaHash HelperText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HorizontalSpacer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LayoutGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LeftManagedLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MissionLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiMissionObjectiveData> MissionObjectiveData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash NewMissionVfx { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectiveLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ObjectiveListLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RewardGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RewardIcon { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RewardIconFrame { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash RewardLayout { get; set; }
Property Value
|
Improve this Doc
View Source
RewardText
Declaration
public MetaHash RewardText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash TitleGroup { get; set; }
Property Value
|
Improve this Doc
View Source
TitleText
Declaration
public MetaHash TitleText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash VerticalSpacer { get; set; }
Property Value
Implements