Table of Contents

Struct BoundingBoxBatch

Namespace
BepuPhysics
Assembly
BepuPhysics.dll
public struct BoundingBoxBatch
Inherited Members

Constructors

BoundingBoxBatch(BufferPool, int)

public BoundingBoxBatch(BufferPool pool, int initialCapacity)

Parameters

pool BufferPool
initialCapacity int

Fields

Continuations

public Buffer<BoundsContinuation> Continuations

Field Value

Buffer<BoundsContinuation>

Count

public int Count

Field Value

int

MotionStates

public Buffer<MotionState> MotionStates

Field Value

Buffer<MotionState>

ShapeIndices

public Buffer<int> ShapeIndices

Field Value

Buffer<int>

Properties

Allocated

public bool Allocated { get; }

Property Value

bool

Methods

Dispose(BufferPool)

public void Dispose(BufferPool pool)

Parameters

pool BufferPool