Class PhysicsMovement
Implements
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 PhysicsMovement : MissileMovementSpec, IMetaClass
Properties
| Improve this Doc View SourceDrag
Declaration
public float Drag { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
InitialSpeed
Declaration
public float InitialSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Lifetime
Declaration
public float Lifetime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
WallSliding
Declaration
public bool WallSliding { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WallSlidingFrictionMultiplier
Declaration
public float WallSlidingFrictionMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |