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

Search Results for

    Class HeroFloatingInfoBarData

    Inheritance
    System.Object
    FloatingInfoBarData
    HeroFloatingInfoBarData
    Implements
    IMetaClass
    Inherited Members
    FloatingInfoBarData.Scene
    FloatingInfoBarData.Anchor
    FloatingInfoBarData.ResurrectingAlpha
    FloatingInfoBarData.ScriptedThresholdTypes
    FloatingInfoBarData.UntargetableAlpha
    FloatingInfoBarData.CameraMask
    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 HeroFloatingInfoBarData : FloatingInfoBarData, IMetaClass

    Properties

    | Improve this Doc View Source

    Borders

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

    BountyData

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

    BurstData

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

    BurstFadeMeterOther

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

    BurstFadeMeterSelf

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

    BurstHealData

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

    BurstHealMeterAlly

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

    BurstHealMeterEnemy

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

    BurstHealMeterSelf

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

    BurstHealMeterSelfColorblind

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

    CharacterStateIndicators

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

    DamageFlashMeter

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

    DeathAnimAlly

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

    DeathAnimEnemy

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

    Divider

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

    Healthbar

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

    Icons

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

    ParBar

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

    SarBar

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

    SarPips

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

    UnitStatus

    Declaration
    public MetaEmbedded<UiUnitStatusData> UnitStatus { get; set; }
    Property Value
    Type Description
    MetaEmbedded<UiUnitStatusData>

    Implements

    IMetaClass