Method b3Shape_GetDensity
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetDensity(b3ShapeId)
Get the density of a shape, usually in kg/m^3
public static extern float b3Shape_GetDensity(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- float
-
See the Box3D documentation.