You can still move it in code via MoveAndCollide() and respond to the collision with a bounce yourself, but it won't automatically push or be pushed by other physics objects. Source: doing that in my brick breaker.
You can still move it in code via MoveAndCollide() and respond to the collision with a bounce yourself, but it won't automatically push or be pushed by other physics objects. Source: doing that in my brick breaker.