PStatCollectorForward

from panda3d.core import PStatCollectorForward
class PStatCollectorForward

Bases:

Bases: PStatCollectorForwardBase

This class serves as a cheap forward reference to a PStatCollector, so that classes that are defined before the pstats module may access the PStatCollector.

Inheritance diagram

Inheritance diagram of PStatCollectorForward

__init__(col: PStatCollector)