Table of Contents

Interface ICollisionPair<TPair>

Namespace
BepuPhysics.CollisionDetection.CollisionTasks
Assembly
BepuPhysics.dll

Defines a type that holds scalar data for the collision batcher.

public interface ICollisionPair<TPair> where TPair : ICollisionPair<TPair>

Type Parameters

TPair

Properties

PairType

Gets the enumeration type associated with this pair type.

public static abstract CollisionTaskPairType PairType { get; }

Property Value

CollisionTaskPairType

Methods

GetContinuation(ref TPair)

public static abstract ref PairContinuation GetContinuation(ref TPair pair)

Parameters

pair TPair

Returns

PairContinuation