Table of Contents

Method b3Shape_SetUserData

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

b3Shape_SetUserData(b3ShapeId, void*)

Set the user data for a shape

public static extern void b3Shape_SetUserData(b3ShapeId shapeId, void* userData)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

userData void*

See the Box3D documentation.