direct.showbase.BulletinBoard
from direct.showbase.BulletinBoard import BulletinBoard
Contains the BulletinBoard class.
Inheritance diagram
- class BulletinBoard[source]
Bases:
object
This class implements a global location for key/value pairs to be stored. Intended to prevent coders from putting global variables directly on showbase, so that potential name collisions can be more easily detected.
- notify = <direct.directnotify.Notifier.Notifier object>