Class AbilitiesUiData
Inheritance
System.Object
AbilitiesUiData
Implements
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()
Namespace: LeagueToolkit.Meta.Classes
Assembly: LeagueToolkit.Meta.Classes.dll
Syntax
public class AbilitiesUiData : IMetaClass
Properties
| Improve this Doc View SourceChampionSpells
Declaration
public MetaContainer<MetaEmbedded<SpellSlotDetailedUiDefinition>> ChampionSpells { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<SpellSlotDetailedUiDefinition>> |
CustomAbilities
Declaration
public CustomAbilitiesUiData CustomAbilities { get; set; }
Property Value
Type | Description |
---|---|
CustomAbilitiesUiData |
m1084923224
Declaration
public byte m1084923224 { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Passive
Declaration
public MetaEmbedded<SpellSlotDetailedUiDefinition> Passive { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<SpellSlotDetailedUiDefinition> |
SpellRankPips
Declaration
public SpellRankPipsUiData SpellRankPips { get; set; }
Property Value
Type | Description |
---|---|
SpellRankPipsUiData |
SpellRankText
Declaration
public SpellRankTextUiData SpellRankText { get; set; }
Property Value
Type | Description |
---|---|
SpellRankTextUiData |
SummonerSpells
Declaration
public MetaContainer<MetaEmbedded<SpellSlotDetailedUiDefinition>> SummonerSpells { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<SpellSlotDetailedUiDefinition>> |