Table of Contents

Method b3Shape_GetName

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

b3Shape_GetName(b3ShapeId)

Get the shape name. Returns an empty string if the name isn't set.

public static extern byte* b3Shape_GetName(b3ShapeId shapeId)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

Returns

byte*

See the Box3D documentation.