Table of Contents

Method b3Body_SetUserData

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

b3Body_SetUserData(b3BodyId, void*)

Set the user data for a body

public static extern void b3Body_SetUserData(b3BodyId bodyId, void* userData)

Parameters

bodyId b3BodyId

See the Box3D documentation.

userData void*

See the Box3D documentation.