Table of Contents

Method SetSpringForceRange

Namespace
Box3D
Assembly
Box3D.NET.dll

SetSpringForceRange(float, float)

Sets the force range the spring may apply.

public void SetSpringForceRange(float lowerForce, float upperForce)

Parameters

lowerForce float

The lower bound, which limits tension.

upperForce float

The upper bound, which limits compression.