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

Search Results for

    Class MinimapPingEffectDefinition

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

    Properties

    | Improve this Doc View Source

    AlphaFadeSpeed

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

    AlphaStart

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

    BlendWithAlpha

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

    Life

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

    OnDeathFadeSpeed

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

    RepeatCount

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

    ScaleSpeed

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

    ScaleStart

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

    StartDelay

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

    Implements

    IMetaClass