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

Search Results for

    Class ToastNotificationsViewController

    Inheritance
    System.Object
    ViewController
    ToastNotificationsViewController
    Implements
    IMetaClass
    Inherited Members
    ViewController.PathHashToSelf
    ViewController.BackViewControllerLink
    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 ToastNotificationsViewController : ViewController, IMetaClass

    Properties

    | Improve this Doc View Source

    BaseLoadable

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

    BodyText

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

    ClickRegion

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

    EventIcon

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

    FriendInviteIcon

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

    PassRewardIcon

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

    QueueTypeToGameInviteIcon

    Declaration
    public Dictionary<string, MetaHash> QueueTypeToGameInviteIcon { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, MetaHash>
    | Improve this Doc View Source

    Scene

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

    TitleText

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

    ToastDurationSecs

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

    Implements

    IMetaClass