Click or drag to resize
DigitalRuneSimulationIslandRigidBodies Property
Gets the rigid bodies of this island.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public ReadOnlyCollection<RigidBody> RigidBodies { get; }

Property Value

Type: ReadOnlyCollectionRigidBody
The rigid bodies of this island.
See Also