Table of Contents

Struct CollidablePair

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public struct CollidablePair
Inherited Members

Constructors

CollidablePair(CollidableReference, CollidableReference)

public CollidablePair(CollidableReference a, CollidableReference b)

Parameters

a CollidableReference
b CollidableReference

Fields

A

public CollidableReference A

Field Value

CollidableReference

B

public CollidableReference B

Field Value

CollidableReference

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.