summaryrefslogtreecommitdiff
path: root/servers/physics_2d_server.cpp
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2016-06-12 16:16:59 -0300
committerGitHub <noreply@github.com>2016-06-12 16:16:59 -0300
commit918d8517b738d1ff1cbd8d803e291dbb4e4672d6 (patch)
treed6c3a9f2afcb776523fcc075faf5bbe23ed3b7ca /servers/physics_2d_server.cpp
parentd91120382991b021f0e39a39d4aff97ed8bfdbd9 (diff)
parent471ab4e6ff1b94e09835b7e3a2a82ea9e65f9214 (diff)
Merge pull request #5178 from Ovnuniarchos/MiscDocs
Documented many Physics2D* classes
Diffstat (limited to 'servers/physics_2d_server.cpp')
-rw-r--r--servers/physics_2d_server.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/servers/physics_2d_server.cpp b/servers/physics_2d_server.cpp
index 411b99ebc8..e41461c11f 100644
--- a/servers/physics_2d_server.cpp
+++ b/servers/physics_2d_server.cpp
@@ -646,6 +646,14 @@ void Physics2DServer::_bind_methods() {
// ObjectTypeDB::bind_method(_MD("sync"),&Physics2DServer::sync);
//ObjectTypeDB::bind_method(_MD("flush_queries"),&Physics2DServer::flush_queries);
+ BIND_CONSTANT( SPACE_PARAM_CONTACT_RECYCLE_RADIUS );
+ BIND_CONSTANT( SPACE_PARAM_CONTACT_MAX_SEPARATION );
+ BIND_CONSTANT( SPACE_PARAM_BODY_MAX_ALLOWED_PENETRATION );
+ BIND_CONSTANT( SPACE_PARAM_BODY_LINEAR_VELOCITY_SLEEP_TRESHOLD );
+ BIND_CONSTANT( SPACE_PARAM_BODY_ANGULAR_VELOCITY_SLEEP_TRESHOLD );
+ BIND_CONSTANT( SPACE_PARAM_BODY_TIME_TO_SLEEP );
+ BIND_CONSTANT( SPACE_PARAM_CONSTRAINT_DEFAULT_BIAS );
+
BIND_CONSTANT( SHAPE_LINE );
BIND_CONSTANT( SHAPE_SEGMENT );
BIND_CONSTANT( SHAPE_CIRCLE );