Class MapSkin
Inheritance
System.Object
MapSkin
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class MapSkin : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<MapAlternateAssets> AlternateAssets { get; set; }
Property Value
|
Improve this Doc
View Source
ColorizationPostEffect
Declaration
public MapSkinColorizationPostEffect ColorizationPostEffect { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public GammaParameters GammaParameters { get; set; }
Property Value
|
Improve this Doc
View Source
GrassTintTexture
Declaration
public string GrassTintTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Class0xa13c97d1 m2420876232 { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool m268991107 { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string MapContainerLink { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MapNavigationMesh { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string MapObjectsCfg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public MetaObjectLink MapSkinServerConstants { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MapMaterialSwap MaterialSwap { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<MinimapBackgroundConfig> MinimapBackgroundConfig { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string NavigationMesh { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public Dictionary<MetaHash, int> ObjectSkinFallbacks { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<MetaHash, System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public MetaContainer<MetaObjectLink> ResourceResolvers { get; set; }
Property Value
|
Improve this Doc
View Source
SkyboxCubemapTexture
Declaration
public string SkyboxCubemapTexture { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorldParticles
Declaration
public MetaObjectLink WorldParticles { get; set; }
Property Value
|
Improve this Doc
View Source
WorldParticlesIni
Declaration
public string WorldParticlesIni { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements