Class UiMilestoneProgressMeter
Inheritance
System.Object
UiMilestoneProgressMeter
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 UiMilestoneProgressMeter : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash BarVfxGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementMeterSkin> BonusSkin { get; set; }
Property Value
|
Improve this Doc
View Source
ExpText
Declaration
public MetaHash ExpText { get; set; }
Property Value
|
Improve this Doc
View Source
LevelText
Declaration
public MetaHash LevelText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash LevelUpVfxGroup { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte MeterEasingType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public float MeterTransitionTimeSecs { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiElementMeterSkin> NormalSkin { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float ProgressBarDelayTime { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public MetaHash ProgressMeter { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<MetaHash> ProgressMeterSegments { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool ShowLevelUp { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public MetaUnorderedContainer<ushort> XpValueToSegmentIndex { get; set; }
Property Value
Implements