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

Search Results for

    Class SkinCharacterMetaDataProperties

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

    Properties

    | Improve this Doc View Source

    EsportCharacter

    Declaration
    public bool EsportCharacter { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EsportLeagueTable

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

    EsportTeamTable

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

    RelativeColorSwapTable

    Declaration
    public MetaContainer<int> RelativeColorSwapTable { get; set; }
    Property Value
    Type Description
    MetaContainer<System.Int32>
    | Improve this Doc View Source

    SkinBasedRelativeColorScheme

    Declaration
    public bool SkinBasedRelativeColorScheme { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SpawningSkinOffsets

    Declaration
    public MetaContainer<MetaEmbedded<SkinCharacterMetaDataProperties_SpawningSkinOffset>> SpawningSkinOffsets { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<SkinCharacterMetaDataProperties_SpawningSkinOffset>>

    Implements

    IMetaClass