PythonThread
from panda3d.core import PythonThread
- class PythonThread
Bases:
Bases:
Thread
This class is exposed to Python to allow creation of a Panda thread from the Python level. It will spawn a thread that executes an arbitrary Python functor.
Inheritance diagram
- property args
- static getClassType() TypeHandle