| EulerMotorMaxVelocity Property |
Gets or sets the maximal velocity.
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float MaxVelocity { get; set; }
Public Property MaxVelocity As Single
Get
Set
public:
property float MaxVelocity {
float get ();
void set (float value);
}
member MaxVelocity : float32 with get, set
Property Value
Type:
SingleThe maximal velocity. The default value is +∞.
Remarks
The motor will not create a velocity larger than this limit.
See Also