Gets or sets the simulation settings.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.5.0.0 (1.5.0.9503)
Syntax
| C# |
|---|
public SimulationSettings Settings { get; set; } |
| Visual Basic |
|---|
Public Property Settings As SimulationSettings Get Set |
| Visual C++ |
|---|
public: property SimulationSettings^ Settings { SimulationSettings^ get (); void set (SimulationSettings^ value); } |
Field Value
The simulation settings.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | value is nullNothingnullptra null reference (Nothing in Visual Basic). |