Click or drag to resize

PrismaticJointSetLimits Method

Set the joint limits, usually in meters.

Namespace: Internal.tainicom.Aether.Physics2D.Dynamics.Joints
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void SetLimits(
	float lower,
	float upper
)

Parameters

lower  Single
The lower limit
upper  Single
The upper limit
See Also