Method b3Shape_GetUserData
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Shape_GetUserData(b3ShapeId)
Get the user data for a shape. This is useful when you get a shape id from an event or query.
public static extern void* b3Shape_GetUserData(b3ShapeId shapeId)Parameters
shapeIdb3ShapeId-
See the Box3D documentation.
Returns
- void*
-
See the Box3D documentation.