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

Search Results for

    Class AbilityResourcePipsData

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

    Properties

    | Improve this Doc View Source

    Backdrop

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

    Pips

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

    PipSpacer

    Declaration
    public MetaEmbedded<AbilityResourcePipSpacerTypeMap> PipSpacer { get; set; }
    Property Value
    Type Description
    MetaEmbedded<AbilityResourcePipSpacerTypeMap>

    Implements

    IMetaClass