| SimulationIslandManagerIslands Property |
Gets the simulation islands.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public ReadOnlyCollection<SimulationIsland> Islands { get; }
Public ReadOnly Property Islands As ReadOnlyCollection(Of SimulationIsland)
Get
public:
property ReadOnlyCollection<SimulationIsland^>^ Islands {
ReadOnlyCollection<SimulationIsland^>^ get ();
}
member Islands : ReadOnlyCollection<SimulationIsland> with get
Property Value
Type:
ReadOnlyCollectionSimulationIslandThe simulation islands.
See Also