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

Search Results for

    Class HudBannerData

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

    Properties

    | Improve this Doc View Source

    PulseDuration

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

    PulseInterval

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

    PulseOffset

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

    PulseTime

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

    TransitionMaxAlpha

    Declaration
    public byte TransitionMaxAlpha { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    TransitionMinAlpha

    Declaration
    public byte TransitionMinAlpha { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    TransitionOffset

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

    TransitionTime

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

    Implements

    IMetaClass