Class MinimapIcon
Inheritance
System.Object
MinimapIcon
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 MinimapIcon : IMetaClass
Properties
| Improve this Doc View SourceBaseColor
Declaration
public MetaEmbedded<MinimapIconColorData> BaseColor { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<MinimapIconColorData> |
BaseTexture
Declaration
public MetaEmbedded<MinimapIconTextureData> BaseTexture { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<MinimapIconTextureData> |
MaxScale
Declaration
public float MaxScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MinScale
Declaration
public float MinScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
RelativeTeams
Declaration
public bool RelativeTeams { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Size
Declaration
public Vector2 Size { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |
TeamColors
Declaration
public Dictionary<byte, MetaEmbedded<MinimapIconColorData>> TeamColors { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<MinimapIconColorData>> |
TeamTextures
Declaration
public Dictionary<byte, MetaEmbedded<MinimapIconTextureData>> TeamTextures { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<MinimapIconTextureData>> |