Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
CollisionHandlerPusher Class Reference

A specialized kind of CollisionHandler that simply pushes back on things that attempt to move into solid walls. More...

Inheritance diagram for CollisionHandlerPusher:
CollisionHandlerPhysical CollisionHandlerEvent CollisionHandler TypedReferenceCount TypedObject ReferenceCount CollisionHandlerFluidPusher

List of all members.

Public Member Functions

 CollisionHandlerPusher ()
bool getHorizontal ()
 setHorizontal (bool flag)

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

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.


Constructor & Destructor Documentation


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from CollisionHandlerPhysical.

Reimplemented in CollisionHandlerFluidPusher.

bool getHorizontal ( )
setHorizontal ( bool  flag)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties