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

Search Results for

    Class VoiceChatViewPlayerSlotData

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

    Properties

    | Improve this Doc View Source

    Group

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

    Halo

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

    MuteButton

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

    Portrait

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

    VolumeSliderBar

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

    VolumeText

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

    Implements

    IMetaClass