MouseRecorder

from panda3d.core import MouseRecorder
class MouseRecorder

Bases:

Bases: DataNode, RecorderBase

This object records any data generated by a particular MouseAndKeyboard node on the datagraph for a session for eventual playback via a DataGraphPlayback (and a PlaybackController). To use it, make it a child of the node you wish to record. It also serves as a pass-through, so that additional child nodes may be parented directly to it.

Inheritance diagram

Inheritance diagram of MouseRecorder

__init__(name: str)
static getClassType() TypeHandle