Updated docs
This commit is contained in:
23
doc/files/setworld3dtimestep.html
Normal file
23
doc/files/setworld3dtimestep.html
Normal 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>
|
||||
Reference in New Issue
Block a user