bullet property

bool bullet
getter/setter pair

Is this a fast moving body that should be prevented from tunneling through other moving bodies?

Note: All bodies are prevented from tunneling through BodyType.kinematic and BodyType.static bodies. This setting is only considered on BodyType.dynamic bodies.

Warning: You should use this flag sparingly since it increases processing time.

Implementation

bool bullet;