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

Search Results for

    Class MissileAttachedTargetingDefinition

    Inheritance
    System.Object
    MissileAttachedTargetingDefinition
    Implements
    IMetaClass
    Inherited Members
    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 MissileAttachedTargetingDefinition : IMetaClass

    Properties

    | Improve this Doc View Source

    EndPositionType

    Declaration
    public byte EndPositionType { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    LineEndTextureHeight

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

    LineEndTextureName

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

    LineEndTextureWidth

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

    LineTextureName

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

    LineTextureWidth

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

    Implements

    IMetaClass