Class UiMissionObjectiveData
Inheritance
System.Object
UiMissionObjectiveData
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 UiMissionObjectiveData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AlertIcon { get; set; }
Property Value
|
Improve this Doc
View Source
AlertText
Declaration
public MetaHash AlertText { get; set; }
Property Value
|
Improve this Doc
View Source
BodyText
Declaration
public MetaHash BodyText { get; set; }
Property Value
|
Improve this Doc
View Source
ExpiryText
Declaration
public MetaHash ExpiryText { 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 ProgressComplete { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ProgressFill { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ProgressMeterBg { get; set; }
Property Value
|
Improve this Doc
View Source
ProgressText
Declaration
public MetaHash ProgressText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SeparatorIcon { get; set; }
Property Value
|
Improve this Doc
View Source
SeparatorText
Declaration
public MetaHash SeparatorText { get; set; }
Property Value
Implements