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

Search Results for

    Class AbilityResourceTypeData

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

    Properties

    | Improve this Doc View Source

    ShowAbilityResource

    Declaration
    public bool ShowAbilityResource { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShowRegen

    Declaration
    public bool ShowRegen { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    States

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

    ThresholdIndicatorRanges

    Declaration
    public MetaContainer<MetaEmbedded<AbilityResourceThresholdIndicatorRange>> ThresholdIndicatorRanges { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<AbilityResourceThresholdIndicatorRange>>

    Implements

    IMetaClass