Click or drag to resize
DigitalRunePrismaticJointMaximum Property
Gets or sets the maximum movement limit on the slider axis.

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

Property Value

Type: Single
The maximum movement limit. The default is +∞, which means that there is no maximum limit.
See Also