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

Search Results for

    Class TftNotificationData

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

    Properties

    | Improve this Doc View Source

    BottomLineIcon1Path

    Declaration
    public string BottomLineIcon1Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BottomLineIcon2Path

    Declaration
    public string BottomLineIcon2Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BottomLineIcon3Path

    Declaration
    public string BottomLineIcon3Path { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BottomlineTra

    Declaration
    public string BottomlineTra { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DurationSeconds

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

    IconPath

    Declaration
    public string IconPath { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ToplineTra

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

    Implements

    IMetaClass