doc: Sync classref with current source

Ensure that s/fixed_process/physics_process/ is handled properly.
[ci skip]
This commit is contained in:
Rémi Verschelde 2017-10-11 23:54:43 +02:00
parent c30ab882d7
commit b1f2c31a36
40 changed files with 299 additions and 120 deletions

View file

@ -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.