Click or drag to resize
DigitalRuneSimulationSettingsMotion Property
Gets or sets the motion-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 MotionSettings Motion { get; set; }

Property Value

Type: MotionSettings
The motion settings.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also