Class HeroFloatingInfoBorderData
Inheritance
System.Object
HeroFloatingInfoBorderData
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 HeroFloatingInfoBorderData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public Dictionary<uint, MetaHash> AdditionalStatusIcons { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.UInt32, MetaHash> |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<HeroFloatingInfoBorderTypeData> DefaultBorder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBorderDefenseIconData DefenseModifierIcons { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBorderTypeData ExecutableBorder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBorderTypeData HasAttachedAllyBorder { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBorderTypeData InvulnerableBorder { get; set; }
Property Value
|
Improve this Doc
View Source
LevelText
Declaration
public MetaHash LevelText { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextColorAlly
Declaration
public Color LevelTextColorAlly { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextColorEnemy
Declaration
public Color LevelTextColorEnemy { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextColorSelf
Declaration
public Color LevelTextColorSelf { get; set; }
Property Value
|
Improve this Doc
View Source
LevelTextColorSelfColorblind
Declaration
public Color LevelTextColorSelfColorblind { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoResistBorderData ResistBorders { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public HeroFloatingInfoBorderTypeData SpellShieldBorder { get; set; }
Property Value
Implements