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

Search Results for

    Class TftDragData

    Inheritance
    System.Object
    TftDragData
    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 TftDragData : IMetaClass

    Properties

    | Improve this Doc View Source

    ClickDistanceDiv

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

    ClickDistanceExp

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

    ClickDistanceMul

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

    ClickTimeMul

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

    DragBlendTime

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

    DragOvershootDuration

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

    DragOvershootHeight

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

    DragPickupDuration

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

    DragPickupHeight

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

    DragReleaseDuration

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

    DragSoundEvent

    Declaration
    public string DragSoundEvent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DropSoundEvent

    Declaration
    public string DropSoundEvent { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GroupProperties

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

    HoldToDrag

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

    HoldToHover

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

    TapToDrag

    Declaration
    public bool TapToDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass