Table of Contents

Struct Contacts<TManifold>.Enumerator

Namespace
Stride.BepuPhysics.Definitions.Contacts
Assembly
Stride.BepuPhysics.dll

The enumerator for Contacts<TManifold>

public ref struct Contacts<TManifold>.Enumerator
Inherited Members

Constructors

Enumerator(Contacts<TManifold>)

The enumerator for Contacts<TManifold>

public Enumerator(Contacts<TManifold> data)

Parameters

data Contacts<TManifold>

Properties

Current

public Contact<TManifold> Current { get; }

Property Value

Contact<TManifold>

Methods

MoveNext()

public bool MoveNext()

Returns

bool