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

Search Results for

    Class TftAugmentDisplayData

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

    Properties

    | Improve this Doc View Source

    AugmentButton

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

    Icon

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

    Placeholder

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

    Texts

    Declaration
    public MetaContainer<MetaHash> Texts { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaHash>
    | Improve this Doc View Source

    Type

    Declaration
    public byte Type { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass