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

Search Results for

    Class AbilityResourcePipTypeMap

    Inheritance
    System.Object
    AbilityResourcePipTypeMap
    Implements
    IMetaClass
    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 AbilityResourcePipTypeMap : IMetaClass

    Properties

    | Improve this Doc View Source

    AdditionalPipTypes

    Declaration
    public Dictionary<MetaHash, MetaHash> AdditionalPipTypes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaHash>
    | Improve this Doc View Source

    DefaultEmptyPip

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

    DefaultLargePip

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

    DefaultMediumPip

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

    DefaultSmallPip

    Declaration
    public MetaHash DefaultSmallPip { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass