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

Search Results for

    Class TargeterDefinitionLine

    Inheritance
    System.Object
    TargeterDefinition
    TargeterDefinitionLine
    Implements
    IMetaClass
    Inherited Members
    TargeterDefinition.FadeBehavior
    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 TargeterDefinitionLine : TargeterDefinition, IMetaClass

    Properties

    | Improve this Doc View Source

    AlwaysDraw

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

    AngleLineToEndpointHeight

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

    ArrowSize

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

    CenterArrowToEndPoint

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

    EndLocator

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

    FacingLine

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

    Fade

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

    FadeAngle

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

    FallbackDirection

    Declaration
    public uint FallbackDirection { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    HasMaxGrowRange

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

    IndicatorType

    Declaration
    public ILineIndicatorType IndicatorType { get; set; }
    Property Value
    Type Description
    ILineIndicatorType
    | Improve this Doc View Source

    LineStopsAtEndPosition

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

    LineWidth

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

    MaxAngle

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

    MaxAngleRangeFactor

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

    MinAngle

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

    MinAngleRangeFactor

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

    MinimumDisplayedRange

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

    OverrideBaseRange

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

    RangeGrowthDuration

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

    RangeGrowthMax

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

    RangeGrowthStartTime

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

    StartLocator

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

    TextureBaseMaxGrowName

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

    TextureBaseOverrideName

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

    TextureTargetMaxGrowName

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

    TextureTargetOverrideName

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

    UseGlobalLineIndicator

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

    Implements

    IMetaClass