Struct ConstraintSet
- Namespace
- BepuPhysics
- Assembly
- BepuPhysics.dll
public struct ConstraintSet
- Inherited Members
Constructors
ConstraintSet(BufferPool, int)
public ConstraintSet(BufferPool pool, int initialBatchCapacity)
Parameters
pool
BufferPoolinitialBatchCapacity
int
Fields
Batches
public QuickList<ConstraintBatch> Batches
Field Value
- QuickList<ConstraintBatch>
SequentialFallback
public SequentialFallbackBatch SequentialFallback
Field Value
Properties
Allocated
Gets whether this constraint set is allocated.
public bool Allocated { get; }
Property Value
BundleCount
Gets the total number of bundles across all types and batches.
public int BundleCount { get; }
Property Value
ConstraintCount
Gets the total number of bundles across all types and batches.
public int ConstraintCount { get; }
Property Value
Methods
Clear(BufferPool)
public void Clear(BufferPool pool)
Parameters
pool
BufferPool
Dispose(BufferPool)
public void Dispose(BufferPool pool)
Parameters
pool
BufferPool