| ConstraintSettingsAllowedPenetration Property |
Namespace: DigitalRune.Physics.SettingsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public float AllowedPenetration { get; set; }
Public Property AllowedPenetration As Single
Get
Set
public:
property float AllowedPenetration {
float get ();
void set (float value);
}
member AllowedPenetration : float32 with get, set
Property Value
Type:
SingleThe maximal allowed penetration. The default is 0.01.
Exceptions See Also