Class MinimapData
Inheritance
System.Object
MinimapData
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 MinimapData : IMetaClass
Properties
| Improve this Doc View SourceBehaviorSets
Declaration
public Dictionary<MetaHash, MetaObjectLink> BehaviorSets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaObjectLink> |
CustomIcons
Declaration
public Dictionary<MetaHash, MetaEmbedded<MinimapIcon>> CustomIcons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MinimapIcon>> |
Icons
Declaration
public Dictionary<byte, MetaEmbedded<MinimapIcon>> Icons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<MinimapIcon>> |