Table of Contents

Method b3Shape_GetBody

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Shape_GetBody(b3ShapeId)

Get the id of the body that a shape is attached to

public static extern b3BodyId b3Shape_GetBody(b3ShapeId shapeId)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

Returns

b3BodyId

See the Box3D documentation.