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
ExpectedFirstTypeId
The type id that is expected to come first in the collision pair.
public int ExpectedFirstTypeId
Field Value
PairType
Data requirements for the collision pair type in a CollisionBatcher<TCallbacks>.
public CollisionTaskPairType PairType
Field Value
TaskIndex
Index of the task in the registry.
public int TaskIndex