Table of Contents

Struct CollisionTaskReference

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll

Metadata about a collision task.

public struct CollisionTaskReference
Inherited Members

Fields

BatchSize

Number of pairs to accumulate in a batch before dispatching tests.

public int BatchSize

Field Value

int

ExpectedFirstTypeId

The type id that is expected to come first in the collision pair.

public int ExpectedFirstTypeId

Field Value

int

PairType

Data requirements for the collision pair type in a CollisionBatcher<TCallbacks>.

public CollisionTaskPairType PairType

Field Value

CollisionTaskPairType

TaskIndex

Index of the task in the registry.

public int TaskIndex

Field Value

int