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

Search Results for

    Class TargeterDefinitionArc

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

    Properties

    | 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

    IsClockwiseArc

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

    IsConstrainedToRange

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

    OverrideRadius

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

    TextureArcOverrideName

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

    ThicknessOffset

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

    Implements

    IMetaClass