Class ScoreLineBaseUiData
Inheritance
System.Object
ScoreLineBaseUiData
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 abstract class ScoreLineBaseUiData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash DeadSlotHighlight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash DragBarSlot { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash FowSlotHighlight { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Dictionary<byte, UiMetricUnitTypeI> Metrics { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.Byte, UiMetricUnitTypeI> |
|
|
Improve this Doc
View Source
Declaration
public MetaHash MusicButton { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiPlayerPortraitData> Portrait { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash PortraitRegion { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Scene { get; set; }
Property Value
Implements