Table of Contents

Method b3World_SetMaximumLinearSpeed

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

b3World_SetMaximumLinearSpeed(b3WorldId, float)

Set the maximum linear speed. Usually in m/s.

public static extern void b3World_SetMaximumLinearSpeed(b3WorldId worldId, float maximumLinearSpeed)

Parameters

worldId b3WorldId

See the Box3D documentation.

maximumLinearSpeed float

See the Box3D documentation.