Struct Solver.SubstepMultithreadingContext
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
protected struct Solver.SubstepMultithreadingContext
- Inherited Members
Fields
CompletedWorkBlockCount
Counter of work completed for the current stage.
public int CompletedWorkBlockCount
Field Value
ConstraintBatchBoundaries
public Buffer<int> ConstraintBatchBoundaries
Field Value
- Buffer<int>
ConstraintBlocks
public Buffer<Solver.WorkBlock> ConstraintBlocks
Field Value
Dt
public float Dt
Field Value
HighestVelocityIterationCount
public int HighestVelocityIterationCount
Field Value
IncrementalUpdateBlocks
public Buffer<Solver.WorkBlock> IncrementalUpdateBlocks
Field Value
InverseDt
public float InverseDt
Field Value
KinematicIntegrationBlocks
public Buffer<Solver.IntegrationWorkBlock> KinematicIntegrationBlocks
Field Value
- Buffer<Solver.IntegrationWorkBlock>
Stages
public Buffer<Solver.SolverSyncStage> Stages
Field Value
- Buffer<Solver.SolverSyncStage>
SyncIndex
Monotonically increasing index of executed stages during a frame.
public int SyncIndex
Field Value
VelocityIterationCounts
public Buffer<int> VelocityIterationCounts
Field Value
- Buffer<int>
WorkerCount
public int WorkerCount