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

Search Results for

    Class MinimapIconScale

    Inheritance
    System.Object
    MinimapIconBehavior
    MinimapIconScale
    Implements
    IMetaClass
    Inherited Members
    MinimapIconBehavior.Duration
    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 MinimapIconScale : MinimapIconBehavior, IMetaClass

    Properties

    | Improve this Doc View Source

    EaseType

    Declaration
    public byte EaseType { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    StartScale

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

    TargetScale

    Declaration
    public Vector2 TargetScale { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2

    Implements

    IMetaClass