Table of Contents

Method b3World_GetRestitutionThreshold

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

b3World_GetRestitutionThreshold(b3WorldId)

Get the restitution speed threshold. Usually in meters per second.

public static extern float b3World_GetRestitutionThreshold(b3WorldId worldId)

Parameters

worldId b3WorldId

See the Box3D documentation.

Returns

float

See the Box3D documentation.