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
CompoundChild
Gets whether this continuation is associated with a compound's child.
public bool CompoundChild { get; }
Property Value
Methods
CreateCompoundChildContinuation(int)
Creates a bounding box calculation continuation for a given compound body.
public static BoundsContinuation CreateCompoundChildContinuation(int compoundBodyIndex)
Parameters
compoundBodyIndex
intIndex of the compound body to set the bounding box of.
Returns
CreateContinuation(int)
Creates a bounding box calculation continuation for a given noncompound body.
public static BoundsContinuation CreateContinuation(int bodyIndex)
Parameters
bodyIndex
intIndex of the body to set the bounding box of.