Click or drag to resize
DigitalRuneLinearVelocityMotorTargetVelocity Property
Gets or sets the target linear velocity in the direction of the constraint axis (AxisALocal).

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public float TargetVelocity { get; set; }

Property Value

Type: Single
The target linear velocity.
Remarks
This velocity is relative to the constraint axis fixed on the first body.
See Also