forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_physicsbody
reduz edited this page Oct 15, 2014
·
6 revisions
####Inherits: CollisionObject ####Category: Core
Base class for differnt types of Physics bodies.
- void set_layer_mask ( int mask )
- int get_layer_mask ( ) const
- void add_collision_exception_with ( PhysicsBody body )
- void remove_collision_exception_with ( PhysicsBody body )
PhysicsBody is an abstract base class for implementing a physics body. All PhysicsBody types inherit from it.