Panda3D
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
ViewportManager Class Reference

Static Public Member Functions

 initializeAll (*args, **kwargs)
 
 layoutAll (*args, **kwargs)
 
 updateAll (*args, **kwargs)
 

Static Public Attributes

 gsg = None
 
list viewports = []
 

Detailed Description

Manages the global viewport stuff.

Member Function Documentation

◆ initializeAll()

initializeAll ( * args,
** kwargs )
static
Calls initialize() on all the viewports.

◆ layoutAll()

layoutAll ( * args,
** kwargs )
static
Calls Layout() on all the viewports.

◆ updateAll()

updateAll ( * args,
** kwargs )
static
Calls Update() on all the viewports.

Member Data Documentation

◆ gsg

gsg = None
static

◆ viewports

list viewports = []
static