Class QuestTrackerViewController
Inheritance
System.Object
QuestTrackerViewController
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 QuestTrackerViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public uint BetweenGroupSpacing { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public float DuckedAlphaValue { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float FullBrightnessDurationSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float GroupFadeTransitionTimeSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash HeaderTextTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ItemSceneTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HudMessageDisplayData> MessageDisplayData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<QuestTrackerMessageTemplate> MessageTemplate { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float PulseStartDelaySec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float PulseTimeSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public float QuestLingerDurationSec { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash SceneTemplate { get; set; }
Property Value
Implements