League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class HighlighterViewController

    Inheritance
    System.Object
    ViewController
    HighlighterViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 HighlighterViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    AbilityLinks

    Declaration
    public MetaContainer<MetaHash> AbilityLinks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    AbilityPromptAnimData

    Declaration
    public MetaEmbedded<UiAbilityPromptAnimData> AbilityPromptAnimData { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiAbilityPromptAnimData>
    | Improve this Doc View Source

    AbilityPrompts

    Declaration
    public MetaContainer<MetaEmbedded<AbilityPrompt>> AbilityPrompts { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<AbilityPrompt>>
    | Improve this Doc View Source

    AdditionalLevelUpLinks

    Declaration
    public MetaContainer<MetaHash> AdditionalLevelUpLinks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    BaseLoadable

    Declaration
    public MetaObjectLink BaseLoadable { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    LevelUpLinks

    Declaration
    public MetaContainer<MetaHash> LevelUpLinks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    Links

    Declaration
    public MetaContainer<MetaHash> Links { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    m4115961868

    Declaration
    public MetaContainer<MetaHash> m4115961868 { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    SceneLink

    Declaration
    public MetaHash SceneLink { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    SummonerSpellLinks

    Declaration
    public MetaContainer<MetaHash> SummonerSpellLinks { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>

    Implements

    IMetaClass