Table of Contents

Struct BoundsContinuation

Namespace
BepuPhysics
Assembly
BepuPhysics.dll
public struct BoundsContinuation
Inherited Members

Properties

BodyIndex

Gets the index of the body associated with this continuation.

public int BodyIndex { get; }

Property Value

int

CompoundChild

Gets whether this continuation is associated with a compound's child.

public bool CompoundChild { get; }

Property Value

bool

Methods

CreateCompoundChildContinuation(int)

Creates a bounding box calculation continuation for a given compound body.

public static BoundsContinuation CreateCompoundChildContinuation(int compoundBodyIndex)

Parameters

compoundBodyIndex int

Index of the compound body to set the bounding box of.

Returns

BoundsContinuation

CreateContinuation(int)

Creates a bounding box calculation continuation for a given noncompound body.

public static BoundsContinuation CreateContinuation(int bodyIndex)

Parameters

bodyIndex int

Index of the body to set the bounding box of.

Returns

BoundsContinuation