CollisionRecorder

from panda3d.core import CollisionRecorder
class CollisionRecorder

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

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

get_class_type()

C++ Interface: get_class_type()

output()

C++ Interface: output(CollisionRecorder self, ostream out)

/**

*/