Panda3D
Functions | Variables
direct.showbase.ShowBaseGlobal Namespace Reference

Functions

def inspect (anObject)
 
def run ()
 

Variables

 aspect2d = NodePath(PGTop("aspect2d"))
 
 cpMgr = ConfigPageManager.getGlobalPtr()
 
 cvMgr = ConfigVariableManager.getGlobalPtr()
 
 globalClock = ClockObject.getGlobalClock()
 
 hidden = NodePath("hidden")
 
 inspect
 
 ostream = Notify.out()
 
 pandaSystem = PandaSystem.getGlobalPtr()
 
 vfs = VirtualFileSystem.getGlobalPtr()
 

Detailed Description

This module serves as a container to hold the global 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.

Function Documentation

◆ inspect()

def direct.showbase.ShowBaseGlobal.inspect (   anObject)

◆ run()

def direct.showbase.ShowBaseGlobal.run ( )

Variable Documentation

◆ aspect2d

aspect2d = NodePath(PGTop("aspect2d"))

◆ cpMgr

◆ cvMgr

◆ globalClock

globalClock = ClockObject.getGlobalClock()

◆ hidden

hidden = NodePath("hidden")

◆ inspect

inspect

◆ ostream

ostream = Notify.out()

◆ pandaSystem

pandaSystem = PandaSystem.getGlobalPtr()

◆ vfs