forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_physicsshapequeryparameters
reduz edited this page Oct 15, 2014
·
1 revision
####Inherits: Reference ####Category: Core
- void set_shape ( Shape shape )
- void set_shape_rid ( RID shape )
- RID get_shape_rid ( ) const
- void set_transform ( Transform transform )
- Transform get_transform ( ) 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