Table of Contents

Method b3SphericalJoint_SetConeLimit

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

b3SphericalJoint_SetConeLimit(b3JointId, float)

Set the spherical joint limits in radians

public static extern void b3SphericalJoint_SetConeLimit(b3JointId jointId, float angleRadians)

Parameters

jointId b3JointId

See the Box3D documentation.

angleRadians float

See the Box3D documentation.