Table of Contents

Method b3Body_GetShapeCount

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

b3Body_GetShapeCount(b3BodyId)

Get the number of shapes on this body

public static extern int b3Body_GetShapeCount(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

int

See the Box3D documentation.