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

Search Results for

    Class EmoteConfigData

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

    Properties

    | Improve this Doc View Source

    FadeTransisionTime

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

    FloatingDistancePerSecond

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

    HeightMultiplier

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

    InitialAlpha

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

    MaxDisplayedEmotes

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

    RespoitionMovementTime

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

    TotalDisplayTime

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

    UiSound

    Declaration
    public string UiSound { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass