Table of Contents

Class Island

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

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; }

Property Value

ReadOnlyHashSet<RigidBody>