League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class MinimapIcon

    Inheritance
    System.Object
    MinimapIcon
    Implements
    IMetaClass
    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 Source

    BaseColor

    Declaration
    public MetaEmbedded<MinimapIconColorData> BaseColor { get; set; }
    Property Value
    Type Description
    MetaEmbedded<MinimapIconColorData>
    | Improve this Doc View Source

    BaseTexture

    Declaration
    public MetaEmbedded<MinimapIconTextureData> BaseTexture { get; set; }
    Property Value
    Type Description
    MetaEmbedded<MinimapIconTextureData>
    | Improve this Doc View Source

    MaxScale

    Declaration
    public float MaxScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    MinScale

    Declaration
    public float MinScale { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    RelativeTeams

    Declaration
    public bool RelativeTeams { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Size

    Declaration
    public Vector2 Size { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2
    | Improve this Doc View Source

    TeamColors

    Declaration
    public Dictionary<byte, MetaEmbedded<MinimapIconColorData>> TeamColors { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<MinimapIconColorData>>
    | Improve this Doc View Source

    TeamTextures

    Declaration
    public Dictionary<byte, MetaEmbedded<MinimapIconTextureData>> TeamTextures { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Byte, MetaEmbedded<MinimapIconTextureData>>

    Implements

    IMetaClass