Struct SequentialFallbackBatch
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
Contains constraints that could not belong to any lower constraint batch due to their involved bodies. All of the contained constraints will be solved using a fallback solver that trades rigidity for parallelism.
public struct SequentialFallbackBatch
- Inherited Members
Properties
BodyCount
Gets the number of bodies in the fallback batch.
public int BodyCount { get; }
Property Value
Methods
Compact(BufferPool)
public void Compact(BufferPool pool)
Parameters
pool
BufferPool
Dispose(BufferPool)
public void Dispose(BufferPool pool)
Parameters
pool
BufferPool
ValidateReferences(Solver)
[Conditional("DEBUG")]
public static void ValidateReferences(Solver solver)
Parameters
solver
Solver
ValidateSetReferences(Solver, int)
[Conditional("DEBUG")]
public static void ValidateSetReferences(Solver solver, int setIndex)