Table of Contents

Struct NarrowPhase<TCallbacks>.OverlapWorker

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public struct NarrowPhase<TCallbacks>.OverlapWorker
Inherited Members

Constructors

OverlapWorker(int, BufferPool, NarrowPhase<TCallbacks>)

public OverlapWorker(int workerIndex, BufferPool pool, NarrowPhase<TCallbacks> narrowPhase)

Parameters

workerIndex int
pool BufferPool
narrowPhase NarrowPhase<TCallbacks>

Fields

Batcher

public CollisionBatcher<NarrowPhase<TCallbacks>.CollisionCallbacks> Batcher

Field Value

CollisionBatcher<NarrowPhase<TCallbacks>.CollisionCallbacks>

PendingConstraints

public NarrowPhase<TCallbacks>.PendingConstraintAddCache PendingConstraints

Field Value

NarrowPhase<TCallbacks>.PendingConstraintAddCache

PendingSetAwakenings

public QuickList<int> PendingSetAwakenings

Field Value

QuickList<int>