Class Island
Represents an island, which is a collection of bodies that are either directly or indirectly in contact with each other.
public sealed class Island : IPartitionedSetIndex
- Inheritance
-
Island
- Implements
- Inherited Members
Constructors
Island()
Initializes a new instance of the Island class.
public Island()
Properties
Bodies
Gets a collection of all the bodies present in this island.
public ReadOnlyHashSet<RigidBody> Bodies { get; }