| VehicleSimulation Property |
Gets the simulation.
Namespace: DigitalRune.Physics.SpecializedAssembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax public Simulation Simulation { get; }
Public ReadOnly Property Simulation As Simulation
Get
public:
property Simulation^ Simulation {
Simulation^ get ();
}
member Simulation : Simulation with get
Property Value
Type:
SimulationThe simulation.
See Also