浏览代码

Merge pull request #3907 from Stabington/master

set_time_scale docs
Rémi Verschelde 9 年之前
父节点
当前提交
5200ebd8fd
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/base/classes.xml

+ 1 - 0
doc/base/classes.xml

@@ -20360,6 +20360,7 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
 			<argument index="0" name="time_scale" type="float">
 			</argument>
 			<description>
+			Speeds up or slows down the physics by changing the delta variable. (delta * time_scale)
 			</description>
 		</method>
 		<method name="get_time_scale">