Table of Contents

Method b3Shape_SetFriction

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

b3Shape_SetFriction(b3ShapeId, float)

Set the friction on a shape

public static extern void b3Shape_SetFriction(b3ShapeId shapeId, float friction)

Parameters

shapeId b3ShapeId

See the Box3D documentation.

friction float

See the Box3D documentation.