class_physics2dshapequeryparameters - dragonsoulz/godot GitHub Wiki
Physics2DShapeQueryParameters
####Inherits: Reference ####Category: Core
Brief Description
Member Functions
- 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