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

Search Results for

    Class FloatingHealthBarBurstData

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

    Properties

    | Improve this Doc View Source

    BurstTimeWindow

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

    BurstTriggerPercent

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

    FadeAcceleration

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

    FadeHoldTime

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

    FadeSpeed

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

    FlashDuration

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

    FlashTriggerPercent

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

    ShakeBox

    Declaration
    public Vector2 ShakeBox { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2
    | Improve this Doc View Source

    ShakeDuration

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

    ShakeFrequency

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

    ShakeReferenceResolution

    Declaration
    public Vector2 ShakeReferenceResolution { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2
    | Improve this Doc View Source

    ShakeTriggerPercent

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

    Implements

    IMetaClass