-
Notifications
You must be signed in to change notification settings - Fork 0
class_physicsdirectspacestate
reduz edited this page Oct 15, 2014
·
9 revisions
####Inherits: Object ####Category: Core
- Dictionary intersect_ray ( Vector3 from, Vector3 to, Array exclude=Array(), int layer_mask=2147483647, int type_mask=15 )
- Array intersect_shape ( PhysicsShapeQueryParameters shape, int max_results=32 )
- Array cast_motion ( PhysicsShapeQueryParameters shape, Vector3 motion )
- Array collide_shape ( PhysicsShapeQueryParameters shape, int max_results=32 )
- Dictionary get_rest_info ( PhysicsShapeQueryParameters shape )
- TYPE_MASK_STATIC_BODY = 1
- TYPE_MASK_KINEMATIC_BODY = 2
- TYPE_MASK_RIGID_BODY = 4
- TYPE_MASK_CHARACTER_BODY = 8
- TYPE_MASK_AREA = 16
- TYPE_MASK_COLLISION = 15