Class SpellSlotDetailedUiDefinition
Inheritance
System.Object
SpellSlotDetailedUiDefinition
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 SpellSlotDetailedUiDefinition : SpellSlotPassiveUiDefinition, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaHash AmmoBg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash AmmoFx { get; set; }
Property Value
|
Improve this Doc
View Source
AmmoText
Declaration
public MetaHash AmmoText { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SpellSlotBuffTimerData BuffTimer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public CooldownGemUiData CooldownGem { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Cost { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash CostBg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash Hotkey { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash HotKeyBg { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayCced { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash OverlayOom { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ResetFlashFxAttention { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash ToggleFx { get; set; }
Property Value
Implements