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

Search Results for

    Class TargeterDefinitionSpline

    Inheritance
    System.Object
    TargeterDefinition
    TargeterDefinitionSpline
    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 TargeterDefinitionSpline : TargeterDefinition, IMetaClass

    Properties

    | Improve this Doc View Source

    BaseTextureName

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

    ConstraintRange

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

    EndLocator

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

    FrontTextureName

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

    IsConstrainedToRange

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

    MaxSegmentLength

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

    MinSegmentCount

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

    OverrideSpline

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

    SplineWidth

    Declaration
    public MetaEmbedded<FloatPerSpellLevel> SplineWidth { 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>

    Implements

    IMetaClass