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

Search Results for

    Class MissileMovementSpec

    Inheritance
    System.Object
    MissileMovementSpec
    AcceleratingMovement
    CircleMovement
    FixedSpeedMovement
    FixedTimeMovement
    GenericSplineMovementSpec
    NullMovement
    ParametricMovement
    PhysicsMovement
    SelectorMovement
    SyncCircleMovement
    TrackMouseMovement
    WallFollowMovement
    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 abstract class MissileMovementSpec : IMetaClass

    Properties

    | Improve this Doc View Source

    OffsetInitialTargetHeight

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

    StartBoneName

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

    StartBoneSkinOverrides

    Declaration
    public Dictionary<uint, string> StartBoneSkinOverrides { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt32, System.String>
    | Improve this Doc View Source

    StartDelay

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

    TargetBoneName

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

    TargetHeightAugment

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

    TracksTarget

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

    UseHeightOffsetAtEnd

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

    VisualsTrackHiddenTargets

    Declaration
    public bool VisualsTrackHiddenTargets { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass