direct.showbase.Factory
from direct.showbase.Factory import Factory
Contains the Factory class.
Inheritance diagram
- class Factory[source]
Bases:
object
This class manages a list of object types and their corresponding constructors. Objects may be created on-demand from their type. Object types may be any hashable piece of unique data (such as a string).
This class is intended to be derived from. Subclasses should call self._registerTypes to set up type constructors.
- notify = <direct.directnotify.Notifier.Notifier object>