Module dgstuff :: Class dgstuff
[frames] | no frames]

Class dgstuff

source code


Instance Methods
 
__init__(self, data) source code
 
dbgprint(self, msg) source code
 
pause(self) source code
 
play(self) source code
 
settexture(self, model, texture=None, wrapmode='clamp', scale=None)
Apply a texture over the menu panel model and set transparency automatically
source code

Inherited from direct.showbase.DirectObject.DirectObject: accept, acceptOnce, addTask, classTree, detectLeaks, doMethodLater, getAllAccepting, ignore, ignoreAll, isAccepting, isIgnoring, removeAllTasks, removeTask

Method Details

__init__(self, data)
(Constructor)

source code 
Overrides: direct.showbase.DirectObject.DirectObject.__init__