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

Search Results for

    Class SocialPanelFriendsListItemData

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

    Properties

    | Improve this Doc View Source

    ActiveInviteButton

    Declaration
    public MetaHash ActiveInviteButton { 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

    Group

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

    NameText

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

    PlayerIcon

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

    SelectedHighlightTexture

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

    StatusIcons

    Declaration
    public MetaEmbedded<SocialStatusIcons> StatusIcons { get; set; }
    Property Value
    Type Description
    MetaEmbedded<SocialStatusIcons>
    | Improve this Doc View Source

    StatusText

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

    UnreadMessagesBadgeVfx

    Declaration
    public MetaHash UnreadMessagesBadgeVfx { get; set; }
    Property Value
    Type Description
    MetaHash

    Implements

    IMetaClass