Table of Contents

Struct ConstraintSet

Namespace
BepuPhysics
Assembly
BepuPhysics.dll
public struct ConstraintSet
Inherited Members

Constructors

ConstraintSet(BufferPool, int)

public ConstraintSet(BufferPool pool, int initialBatchCapacity)

Parameters

pool BufferPool
initialBatchCapacity int

Fields

Batches

public QuickList<ConstraintBatch> Batches

Field Value

QuickList<ConstraintBatch>

SequentialFallback

public SequentialFallbackBatch SequentialFallback

Field Value

SequentialFallbackBatch

Properties

Allocated

Gets whether this constraint set is allocated.

public bool Allocated { get; }

Property Value

bool

BundleCount

Gets the total number of bundles across all types and batches.

public int BundleCount { get; }

Property Value

int

ConstraintCount

Gets the total number of bundles across all types and batches.

public int ConstraintCount { get; }

Property Value

int

Methods

Clear(BufferPool)

public void Clear(BufferPool pool)

Parameters

pool BufferPool

Dispose(BufferPool)

public void Dispose(BufferPool pool)

Parameters

pool BufferPool