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

Search Results for

    Class TargeterDefinitionWall

    Inheritance
    System.Object
    TargeterDefinition
    TargeterDefinitionWall
    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 TargeterDefinitionWall : 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

    Length

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

    TextureWallOverrideName

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

    Thickness

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

    WallOrientation

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

    WallRotation

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

    Implements

    IMetaClass