historical/toontown-classic.git/panda/direct/actor/__init__.py

8 lines
288 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
"""
This package contains the :class:`.Actor` class as well as a
distributed variant thereof. Actor is a high-level interface around
the lower-level :class:`panda3d.core.Character` implementation.
It loads and controls an animated character and manages the animations
playing on it.
"""