Class SkinCharacterMetaDataProperties
Inheritance
System.Object
SkinCharacterMetaDataProperties
Implements
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 SourceEsportCharacter
Declaration
public bool EsportCharacter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EsportLeagueTable
Declaration
public MetaContainer<MetaEmbedded<EsportLeagueEntry>> EsportLeagueTable { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<EsportLeagueEntry>> |
EsportTeamTable
Declaration
public MetaContainer<MetaEmbedded<EsportTeamEntry>> EsportTeamTable { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<EsportTeamEntry>> |
RelativeColorSwapTable
Declaration
public MetaContainer<int> RelativeColorSwapTable { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Int32> |
SkinBasedRelativeColorScheme
Declaration
public bool SkinBasedRelativeColorScheme { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpawningSkinOffsets
Declaration
public MetaContainer<MetaEmbedded<SkinCharacterMetaDataProperties_SpawningSkinOffset>> SpawningSkinOffsets { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<SkinCharacterMetaDataProperties_SpawningSkinOffset>> |