Table of Contents

Method b3Body_GetUserData

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

b3Body_GetUserData(b3BodyId)

Get the user data stored in a body

public static extern void* b3Body_GetUserData(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

void*

See the Box3D documentation.