Class PhysicsForceDisplayVector
- Namespace
- KSP.UI.Flight
- Assembly
- Assembly-CSharp.dll
public class PhysicsForceDisplayVector
- Inheritance
-
PhysicsForceDisplayVector
- Inherited Members
-
- Extension Methods
-
Constructors
PhysicsForceDisplayVector()
public PhysicsForceDisplayVector()
Fields
ARROWHEAD_RADIUS
public const float ARROWHEAD_RADIUS = 0.25
Field Value
- float
ARROWHEAD_RADIUS_TO_HEIGHT_MUL
public const float ARROWHEAD_RADIUS_TO_HEIGHT_MUL = 3.236068
Field Value
- float
DRAW_FORCE_MAGNITUDE_THRESHOLD
public const float DRAW_FORCE_MAGNITUDE_THRESHOLD = 0.05
Field Value
- float
Properties
Force
public IForce Force { get; set; }
Property Value
- IForce
ForceType
public Type ForceType { get; set; }
Property Value
- Type
PartComponent
public PartComponent PartComponent { get; set; }
Property Value
- PartComponent
public Transform PartTransform { get; set; }
Property Value
- Transform
ShapesArrow
public DebugShapesDraw.Arrow ShapesArrow { get; set; }
Property Value
- DebugShapesDraw.Arrow
Methods
SetColor()
Shutdown()
UpdatePoints()
public void UpdatePoints()