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

Search Results for

    Class UiLevelUpButtonEasingData

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

    Properties

    | Improve this Doc View Source

    AnimTimeSecs

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

    DelaySecs

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

    IdleSheenIntervalSecs

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

    Inertia

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

    MaxAlpha

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

    MaxOffset

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

    MinAlpha

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

    Overshoot

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

    Implements

    IMetaClass