Method b3Shape_GetMesh
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetMesh(b3ShapeId)
Get the shape's mesh. Asserts the type is correct.
public static extern b3Mesh b3Shape_GetMesh(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- b3Mesh
-
See the Box3D documentation.