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

Search Results for

    Class FloatingInfoBarData

    Inheritance
    System.Object
    FloatingInfoBarData
    HeroFloatingInfoBarData
    TftUnitFloatingInfoBarData
    UnitFloatingInfoBarData
    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 abstract class FloatingInfoBarData : IMetaClass

    Properties

    | Improve this Doc View Source

    Anchor

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

    CameraMask

    Declaration
    public uint CameraMask { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ResurrectingAlpha

    Declaration
    public float ResurrectingAlpha { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Scene

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

    ScriptedThresholdTypes

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

    UntargetableAlpha

    Declaration
    public float UntargetableAlpha { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass