doc: Sync classref with current source
Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
This commit is contained in:
parent
c30ab882d7
commit
b1f2c31a36
40 changed files with 299 additions and 120 deletions
|
|
@ -141,8 +141,8 @@
|
|||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
<constant name="TIMER_PROCESS_FIXED" value="0">
|
||||
Update the Timer at fixed intervals (framerate processing).
|
||||
<constant name="TIMER_PROCESS_PHYSICS" value="0">
|
||||
Update the Timer during the physics step at each frame (fixed framerate processing).
|
||||
</constant>
|
||||
<constant name="TIMER_PROCESS_IDLE" value="1">
|
||||
Update the Timer during the idle time at each frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue