Table of Contents

Method b3World_SetUserData

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

b3World_SetUserData(b3WorldId, void*)

Set the user data pointer.

public static extern void b3World_SetUserData(b3WorldId worldId, void* userData)

Parameters

worldId b3WorldId

See the Box3D documentation.

userData void*

See the Box3D documentation.