Click or drag to resize
DigitalRuneSimulationSettings Property
Gets or sets the simulation settings.

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

Property Value

Type: SimulationSettings
The simulation settings.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also