| RagdollSimulation Property |
Gets the simulation to which this ragdoll was added.
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:
Simulation
The simulation to which this ragdoll was added. Can be
if the
ragdoll has not been added to a simulation yet.
See Also