Click or drag to resize
DigitalRuneSimulationIslandManagerIslands Property
Gets the simulation islands.

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

Property Value

Type: ReadOnlyCollectionSimulationIsland
The simulation islands.
See Also