Files
RCBASIC4/doc/doc_files/setslideupperlinlimit.html
2024-10-27 11:52:28 -04:00

20 lines
798 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>setSlideUpperLinLimit [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub setSlideUpperLinLimit( constraint_id, n) </h2></p>
<p>
Sets the upper limit for linear movement along the constraint's axis. This is a crucial function for controlling how far the connected actors can slide along that axis before the constraint enforces limits.
</p>
<p>
The upper linear limit specifies the maximum distance that the connected actors can move away from each other along the slider's axis. If the relative movement exceeds this limit, the constraint will apply corrective forces to stop further movement.
</p>
<p>
</body>
</html>