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

Search Results for

    Class PhysicsMovement

    Inheritance
    System.Object
    MissileMovementSpec
    PhysicsMovement
    Implements
    IMetaClass
    Inherited Members
    MissileMovementSpec.TracksTarget
    MissileMovementSpec.TargetHeightAugment
    MissileMovementSpec.TargetBoneName
    MissileMovementSpec.StartBoneSkinOverrides
    MissileMovementSpec.StartDelay
    MissileMovementSpec.VisualsTrackHiddenTargets
    MissileMovementSpec.StartBoneName
    MissileMovementSpec.UseHeightOffsetAtEnd
    MissileMovementSpec.OffsetInitialTargetHeight
    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 PhysicsMovement : MissileMovementSpec, IMetaClass

    Properties

    | Improve this Doc View Source

    Drag

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

    InitialSpeed

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

    Lifetime

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

    WallSliding

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

    WallSlidingFrictionMultiplier

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

    Implements

    IMetaClass