Table of Contents

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 int
type Solver.SolverStageType
batchIndex int

Fields

BatchIndex

public int BatchIndex

Field Value

int

Claims

public Buffer<int> Claims

Field Value

Buffer<int>

StageType

public Solver.SolverStageType StageType

Field Value

Solver.SolverStageType

WorkBlockStartIndex

public int WorkBlockStartIndex

Field Value

int