Click or drag to resize
DigitalRuneSimulationSettingsSleeping Property
Gets or sets the sleeping-related simulation settings.

Namespace: DigitalRune.Physics.Settings
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public SleepingSettings Sleeping { get; set; }

Property Value

Type: SleepingSettings
The sleeping settings.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also