Table of Contents

Struct ContactManifold2D.Enumerator

Namespace
Gravitas.CollisionHandling
Assembly
Gravitas.dll

Enumerates the active contacts in deterministic order.

public struct ContactManifold2D.Enumerator : IEnumerator<ManifoldContact2D>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

Gets the current contact.

public ManifoldContact2D Current { get; }

Property Value

ManifoldContact2D

Methods

Dispose()

Releases enumerator resources.

public void Dispose()

MoveNext()

Advances to the next active contact.

public bool MoveNext()

Returns

bool

Reset()

Resets the enumerator to its initial position.

public void Reset()