Table of Contents

Struct CompoundPairSweepOverlaps

Namespace
BepuPhysics.CollisionDetection.SweepTasks
Assembly
BepuPhysics.dll
public struct CompoundPairSweepOverlaps
Inherited Members

Constructors

CompoundPairSweepOverlaps(BufferPool, int)

public CompoundPairSweepOverlaps(BufferPool pool, int childCount)

Parameters

pool BufferPool
childCount int

Fields

ChildCount

public readonly int ChildCount

Field Value

int

Methods

Dispose(BufferPool)

public void Dispose(BufferPool pool)

Parameters

pool BufferPool

GetOverlapsForChild(int)

public ref ChildOverlapsCollection GetOverlapsForChild(int pairIndex)

Parameters

pairIndex int

Returns

ChildOverlapsCollection