Table of Contents

Struct ContactManifold.Enumerator

Namespace
Gravitas.CollisionHandling
Assembly
Gravitas.dll

Enumerates the active contacts in deterministic order.

public struct ContactManifold.Enumerator : IEnumerator<ManifoldContact>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

Gets the current contact.

public ManifoldContact Current { get; }

Property Value

ManifoldContact

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()