| RigidBodySimulation Property |
Gets the simulation.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
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.
Remarks
This property is set if this body is in a
RigidBodies
collection of a simulation. Otherwise it is
.
See Also