Table of Contents

Method b3Shape_SetName

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

b3Shape_SetName(b3ShapeId, byte*)

Set the shape name.

public static extern void b3Shape_SetName(b3ShapeId shapeId, byte* name)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

name byte*

See the Box3D documentation.