CollisionRecorder

from panda3d.core import CollisionRecorder
class CollisionRecorder

Bases:

Bases: TypedObject

This class is used to help debug the work the collisions system is doing. It is a virtual base class that just provides an interface for recording collisions tested and detected each frame.

Inheritance diagram

Inheritance diagram of CollisionRecorder

static getClassType() TypeHandle
output(out: ostream)