Struct TypeBatch
- Namespace
- BepuPhysics.Constraints
- Assembly
- BepuPhysics.dll
Stores the raw AOSOA formatted data associated with constraints in a type batch.
public struct TypeBatch
- Inherited Members
Fields
AccumulatedImpulses
public Buffer<byte> AccumulatedImpulses
Field Value
- Buffer<byte>
BodyReferences
public Buffer<byte> BodyReferences
Field Value
- Buffer<byte>
ConstraintCount
public int ConstraintCount
Field Value
IndexToHandle
public Buffer<ConstraintHandle> IndexToHandle
Field Value
- Buffer<ConstraintHandle>
PrestepData
public Buffer<byte> PrestepData
Field Value
- Buffer<byte>
TypeId
public int TypeId
Field Value
Properties
BundleCount
public int BundleCount { get; }
Property Value
Methods
Dispose(BufferPool)
public void Dispose(BufferPool pool)
Parameters
pool
BufferPool