forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_physics2dshapequeryparameters
reduz edited this page Oct 15, 2014
·
1 revision
####Inherits: Reference ####Category: Core
- void set_shape ( Shape2D shape )
- void set_shape_rid ( RID shape )
- RID get_shape_rid ( ) const
- void set_transform ( Matrix32 transform )
- Matrix32 get_transform ( ) const
- void set_motion ( Vector2 motion )
- Vector2 get_motion ( ) const
- void set_margin ( float margin )
- float get_margin ( ) const
- void set_layer_mask ( int layer_mask )
- int get_layer_mask ( ) const
- void set_object_type_mask ( int object_type_mask )
- int get_object_type_mask ( ) const
- void set_exclude ( Array exclude )
- Array get_exclude ( ) const