Updated docs

This commit is contained in:
n00b
2024-12-14 15:28:03 -05:00
parent f392bdebfc
commit 6b8f078291
1064 changed files with 25228 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>SetWorld3DTimeStep [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub SetWorld3DTimeStep( ts ) </h2></p>
<p>
Sets the fixed time step for the physics simulation
</p>
<p>
fixedTimeStep - The fixed time step size, which is the interval at which the physics simulation runs internally. It is often set to 1/60th of a second (0.0166667 seconds) by default, meaning the physics engine updates 60 times per second.
</p>
<br><p>Related:
<a href="setworld3dmaxsubsteps.html">SetWorld3DMaxSubSteps</a>
</p>
<p>
</body>
</html>