Table of Contents

Interface IOverlapHandler

Namespace
BepuPhysics.Trees
Assembly
BepuPhysics.dll

Overlap callback for tree overlap queries.

public interface IOverlapHandler

Methods

Handle(int, int)

Handles an overlap between leaves.

void Handle(int indexA, int indexB)

Parameters

indexA int

Index of the first leaf in the overlap.

indexB int

Index of the second leaf in the overlap.