Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-11-23 02:25:12 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-11-23 02:25:12 +0400
commitde57d61f62c88d13ecf55cc0c308b406d40c3383 (patch)
treeeea6c4939f24588fb7a8445158f13811cb4a7cfe /doc
parenta72c03bc1c667ee914b8afb806be7eb8ae5b7dbc (diff)
BGE Docs: Adding docs for KX_Scene.drawObstacleSimulation() based on its doc string.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge.types.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge.types.rst b/doc/python_api/rst/bge.types.rst
index 9e1de819f80..728793b5603 100644
--- a/doc/python_api/rst/bge.types.rst
+++ b/doc/python_api/rst/bge.types.rst
@@ -3204,6 +3204,10 @@ Types
Return the value matching key, or the default value if its not found.
:return: The key value or a default.
+ .. method:: drawObstacleSimulation()
+
+ Draw debug visualization of obstacle simulation.
+
.. class:: KX_SceneActuator(SCA_IActuator)
Scene Actuator logic brick.