mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
Documented many Physics2D* classes
(cherry picked from commit 471ab4e6ff)
This commit is contained in:
committed by
Rémi Verschelde
parent
acc552c447
commit
c54744ce4d
File diff suppressed because it is too large
Load Diff
@@ -645,6 +645,14 @@ void Physics2DServer::_bind_methods() {
|
|||||||
// ObjectTypeDB::bind_method(_MD("sync"),&Physics2DServer::sync);
|
// ObjectTypeDB::bind_method(_MD("sync"),&Physics2DServer::sync);
|
||||||
//ObjectTypeDB::bind_method(_MD("flush_queries"),&Physics2DServer::flush_queries);
|
//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_LINE );
|
||||||
BIND_CONSTANT( SHAPE_SEGMENT );
|
BIND_CONSTANT( SHAPE_SEGMENT );
|
||||||
BIND_CONSTANT( SHAPE_CIRCLE );
|
BIND_CONSTANT( SHAPE_CIRCLE );
|
||||||
|
|||||||
Reference in New Issue
Block a user