Table of Contents

Struct ShapeTreeOverlapEnumerator<TSubpairOverlaps>

Namespace
BepuPhysics.Collidables
Assembly
BepuPhysics.dll
public struct ShapeTreeOverlapEnumerator<TSubpairOverlaps> : IBreakableForEach<int> where TSubpairOverlaps : ICollisionTaskSubpairOverlaps

Type Parameters

TSubpairOverlaps
Implements
IBreakableForEach<int>
Inherited Members

Fields

Overlaps

public void* Overlaps

Field Value

void*

Pool

public BufferPool Pool

Field Value

BufferPool

Methods

LoopBody(int)

Executes one execution of the loop body.

public bool LoopBody(int i)

Parameters

i int

Visited element.

Returns

bool

True if the loop should continue, false otherwise.