Table of Contents

Method b3Joint_SetUserData

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

b3Joint_SetUserData(b3JointId, void*)

Set the user data on a joint

public static extern void b3Joint_SetUserData(b3JointId jointId, void* userData)

Parameters

jointId b3JointId

See the Box3D documentation.

userData void*

See the Box3D documentation.