Base class for all objects affected by physics in 3D space.
PhysicsBody is an abstract base class for implementing a physics body. All *Body types inherit from it.
[b]Warning:[/b] With a non-uniform scale this node will probably not function as expected. Please make sure to keep its scale uniform (i.e. the same on all axes), and change the size(s) of its collision shape(s) instead.
$DOCS_URL/tutorials/physics/physics_introduction.html
Adds a body to the list of bodies that this body can't collide with.
Returns an array of nodes that were added as collision exceptions for this body.
Removes a body from the list of bodies that this body can't collide with.