Panda3D
|
Functions | |
def | inspect (anObject) |
def | run () |
Variables | |
aspect2d = render2d.attachNewNode(PGTop("aspect2d")) | |
cpMgr = ConfigPageManager.getGlobalPtr() | |
cvMgr = ConfigVariableManager.getGlobalPtr() | |
globalClock = ClockObject.getGlobalClock() | |
hidden = NodePath("hidden") | |
inspect | |
ostream = Notify.out() | |
pandaSystem = PandaSystem.getGlobalPtr() | |
render2d = NodePath("render2d") | |
vfs = VirtualFileSystem.getGlobalPtr() | |
This module serves as a container to hold the global :class:`~.ShowBase.ShowBase` instance, as an alternative to using the builtin scope. Note that you cannot directly import `base` from this module since ShowBase may not have been created yet; instead, ShowBase dynamically adds itself to this module's scope when instantiated.
def direct.showbase.ShowBaseGlobal.inspect | ( | anObject | ) |
Opens up a :mod:`direct.tkpanels.Inspector` GUI panel for inspecting an object.
def direct.showbase.ShowBaseGlobal.run | ( | ) |
Deprecated alias for :meth:`base.run() <.ShowBase.run>`.
aspect2d = render2d.attachNewNode(PGTop("aspect2d")) |
cpMgr = ConfigPageManager.getGlobalPtr() |
cvMgr = ConfigVariableManager.getGlobalPtr() |
globalClock = ClockObject.getGlobalClock() |
hidden = NodePath("hidden") |
inspect |
ostream = Notify.out() |
pandaSystem = PandaSystem.getGlobalPtr() |
render2d = NodePath("render2d") |
vfs = VirtualFileSystem.getGlobalPtr() |