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

Search Results for

    Class TftTraitVariationInfoNubData

    Inheritance
    System.Object
    TftInfoNubData
    TftTraitVariationInfoNubData
    Implements
    IMetaClass
    Inherited Members
    TftInfoNubData.m3950306246
    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 TftTraitVariationInfoNubData : TftInfoNubData, IMetaClass

    Properties

    | Improve this Doc View Source

    BodyKey

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

    TemplateKey

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

    TextStyles

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

    TitleKey

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

    Trait

    Declaration
    public MetaObjectLink Trait { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass