CollisionHandlerPusher

from panda3d.core import CollisionHandlerPusher
class CollisionHandlerPusher

Bases:

Bases: CollisionHandlerPhysical

A specialized kind of CollisionHandler that simply pushes back on things that attempt to move into solid walls. This is the simplest kind of “real- world” collisions you can have.

Inheritance diagram

Inheritance diagram of CollisionHandlerPusher

__init__()
static get_class_type() TypeHandle
get_horizontal() bool
property horizontal bool
set_horizontal(flag: bool)