Method b3Shape_GetCapsule
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetCapsule(b3ShapeId)
Get a copy of the shape's capsule. Asserts the type is correct.
public static extern b3Capsule b3Shape_GetCapsule(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- b3Capsule
-
See the Box3D documentation.