Class MinimapBackgroundConfig
Inheritance
System.Object
MinimapBackgroundConfig
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 MinimapBackgroundConfig : IMetaClass
Properties
| Improve this Doc View SourceCustomMinimapBackgrounds
Declaration
public Dictionary<MetaHash, MetaEmbedded<MinimapBackground>> CustomMinimapBackgrounds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MinimapBackground>> |
DefaultTextureName
Declaration
public string DefaultTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
m1882574624
Declaration
public bool m1882574624 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreloadTextures
Declaration
public bool PreloadTextures { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |