10 lines
399 B
Plaintext
10 lines
399 B
Plaintext
#title SetWorld3DTimeStep [RCBasic Doc]
|
|
#header Sub SetWorld3DTimeStep( ts )
|
|
|
|
Sets the fixed time step for the physics simulation
|
|
|
|
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.
|
|
|
|
#ref SetWorld3DMaxSubSteps
|
|
|