Class HighlighterViewController
Inheritance
System.Object
HighlighterViewController
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 HighlighterViewController : ViewController, IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> AbilityLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<UiAbilityPromptAnimData> AbilityPromptAnimData { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaEmbedded<AbilityPrompt>> AbilityPrompts { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> AdditionalLevelUpLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaObjectLink BaseLoadable { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> LevelUpLinks { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> Links { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> m4115961868 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaHash SceneLink { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaHash> SummonerSpellLinks { get; set; }
Property Value
Implements