Class MissionsPanelViewController
Inheritance
System.Object
MissionsPanelViewController
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 MissionsPanelViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EmptyGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash EventEmptyGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string EventMissionsCompletedKey { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EventMissionsCompletedText
Declaration
public MetaHash EventMissionsCompletedText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MissionButtonsLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<MissionCategoryButtonDefinition>> MissionCategoryButtons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash MissionFullManagedLayout { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte ObjectiveMeterAnimEaseType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float ObjectiveMeterAnimTimeSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink TabletOverrideLoadable { 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 ViewPaneLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiWeeklyMissionTemplate> WeeklyMissionTemplate { get; set; }
Property Value
Implements