Method b3Body_GetName
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetName(b3BodyId)
Get the body name. Returns an empty string if the name isn't set.
public static extern byte* b3Body_GetName(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- byte*
-
See the Box3D documentation.