Table of Contents

Method b3Body_GetJointCount

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

b3Body_GetJointCount(b3BodyId)

Get the number of joints on this body

public static extern int b3Body_GetJointCount(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

int

See the Box3D documentation.