Table of Contents

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

int

IndexToHandle

public Buffer<ConstraintHandle> IndexToHandle

Field Value

Buffer<ConstraintHandle>

PrestepData

public Buffer<byte> PrestepData

Field Value

Buffer<byte>

TypeId

public int TypeId

Field Value

int

Properties

BundleCount

public int BundleCount { get; }

Property Value

int

Methods

Dispose(BufferPool)

public void Dispose(BufferPool pool)

Parameters

pool BufferPool