forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_physicsbody2d
Lukas Sägesser edited this page Jun 22, 2015
·
8 revisions
####Inherits: CollisionObject2D ####Category: Core
- void set_layer_mask ( int mask )
- int get_layer_mask ( ) const
- void set_collision_mask ( int mask )
- int get_collision_mask ( ) const
- void set_one_way_collision_direction ( Vector2 dir )
- Vector2 get_one_way_collision_direction ( ) const
- void set_one_way_collision_max_depth ( float depth )
- float get_one_way_collision_max_depth ( ) const
- void add_collision_exception_with ( PhysicsBody2D body )
- void remove_collision_exception_with ( PhysicsBody2D body )