Class RichBackgroundGameModeBackground
Inheritance
System.Object
RichBackgroundGameModeBackground
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 RichBackgroundGameModeBackground : IMetaClass
Properties
| Improve this Doc View SourceBackground
Declaration
public MetaHash Background { get; set; }
Property Value
Type | Description |
---|---|
MetaHash |
BackgroundElementMap
Declaration
public Dictionary<uint, string> BackgroundElementMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt32, System.String> |