Table of Contents

Method b3Body_SetName

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

b3Body_SetName(b3BodyId, byte*)

Set the body name.

public static extern void b3Body_SetName(b3BodyId bodyId, byte* name)

Parameters

bodyId b3BodyId

See the Box3D documentation.

name byte*

See the Box3D documentation.