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

Search Results for

    Class TargeterDefinitionCone

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

    Properties

    | Improve this Doc View Source

    ConeAngleDegrees

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

    ConeFollowsEnd

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

    ConeRange

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

    EndLocator

    Declaration
    public MetaEmbedded<DrawablePositionLocator> EndLocator { get; set; }
    Property Value
    Type Description
    MetaEmbedded<DrawablePositionLocator>
    | 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

    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

    TextureConeMaxGrowName

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

    TextureConeOverrideName

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

    Implements

    IMetaClass