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

Search Results for

    Class TargeterDefinitionAoe

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

    Properties

    | Improve this Doc View Source

    CenterLocator

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

    ConstraintPosLocator

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

    ConstraintRange

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

    DynamicGameCalcSizeScalar

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

    IsConstrainedToRange

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

    MaxRangeSizeScalar

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

    OverrideRadius

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

    TextureOrientation

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

    TextureRadiusOverrideName

    Declaration
    public string TextureRadiusOverrideName { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass