ForceLimitMode

Overview

ForceLimitMode is an Enum that determines how to specify and limit maximum force in a constraint.

This is used in the ForceLimitMode property of LinearVelocity and defines how the force is limited.

Items

Name
Value
Description

Magnitude

0

Specifies maximum force with a single scalar value. This ensures that the total force applied does not exceed this limit.

PerAxis

1

Specifies the maximum force component along each axis of reference coordinate system as a vector. Each component of the applied force does not exceed this limit.

See also

LinearVelocitychevron-right

Last updated