Click or drag to resize
DigitalRuneDampedSpring Properties

The DampedSpring type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentPositionALocal
Gets or sets the position where the spring is attached to the first body (in local space of the first body).
Public propertyAttachmentPositionBLocal
Gets or sets the position where the spring is attached to the second body (in local space of the second body).
Public propertyBodyA
Gets or sets the first rigid body.
Public propertyBodyB
Gets or sets the second rigid body.
Public propertyDampingConstant
Gets or sets the damping constant.
Public propertyEnabled
Gets or sets a value indicating whether this ForceEffect is enabled.
(Inherited from ForceEffect.)
Public propertyLength
Gets or sets the rest length of the spring.
Public propertySimulation
Gets the simulation to which this force effect belongs.
(Inherited from ForceEffect.)
Public propertySpringConstant
Gets or sets the spring constant.
Top
See Also