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

Search Results for

    Class LaunchAreaData

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

    Properties

    | Improve this Doc View Source

    DivergenceTolerance

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

    IndicatorRadius

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

    IndicatorTextureName

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

    InnerAreaTargetDistance

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

    InnerRadius

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

    Radius

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

    TargetDistance

    Declaration
    public float TargetDistance { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass