Table of Contents

Method b3Shape_GetMeshSurfaceMaterial

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

b3Shape_GetMeshSurfaceMaterial(b3ShapeId, int)

Get a surface material for a mesh shape

public static extern b3SurfaceMaterial b3Shape_GetMeshSurfaceMaterial(b3ShapeId shapeId, int index)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

index int

See the Box3D documentation.

Returns

b3SurfaceMaterial

See the Box3D documentation.