Struct Solver.SolverSyncStage
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
protected struct Solver.SolverSyncStage
- Inherited Members
Constructors
SolverSyncStage(Buffer<int>, int, SolverStageType, int)
public SolverSyncStage(Buffer<int> claims, int workBlockStartIndex, Solver.SolverStageType type, int batchIndex = -1)
Parameters
claims
Buffer<int>workBlockStartIndex
inttype
Solver.SolverStageTypebatchIndex
int
Fields
BatchIndex
public int BatchIndex
Field Value
Claims
public Buffer<int> Claims
Field Value
- Buffer<int>
StageType
public Solver.SolverStageType StageType
Field Value
WorkBlockStartIndex
public int WorkBlockStartIndex