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

Search Results for

    Class MouseOverEffectData

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

    Properties

    | Improve this Doc View Source

    AllyColor

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

    AvatarBlurPassCount

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

    AvatarColor

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

    AvatarColorFactor

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

    AvatarSize

    Declaration
    public int AvatarSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EnemyColor

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

    InteractionSizes

    Declaration
    public MetaContainer<int> InteractionSizes { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    InteractionTimes

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

    KillerBlurPassCount

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

    KillerColorFactor

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

    KillerSize

    Declaration
    public int KillerSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MouseOverBlurPassCount

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

    MouseOverColorFactor

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

    MouseOverSize

    Declaration
    public int MouseOverSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    NeutralColor

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

    SelectedBlurPassCount

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

    SelectedColorFactor

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

    SelectedSize

    Declaration
    public int SelectedSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SelfColor

    Declaration
    public Color SelfColor { get; set; }
    Property Value
    Type Description
    Color

    Implements

    IMetaClass