Click or drag to resize
DigitalRuneRagdollSimulation Property
Gets the simulation to which this ragdoll was added.

Namespace: DigitalRune.Physics.Specialized
Assembly: DigitalRune.Physics.Specialized (in DigitalRune.Physics.Specialized.dll) Version: 1.10.0.0 (1.10.0.0)
Syntax
public Simulation Simulation { get; }

Property Value

Type: Simulation
The simulation to which this ragdoll was added. Can be if the ragdoll has not been added to a simulation yet.
See Also