Exemplo n.º 1
0
 def __init__(self, textureName = '', parentGUI = None, updateInterval = 0.1):
     DebugView.__init__(self, textureName, parentGUI)
     self.__cbIDUpdate = None
     self.__cbUpdateInterval = -1.0
     self.setUpdateInterval(updateInterval)
     return
Exemplo n.º 2
0
 def __init__(self, textureName='', parentGUI=None):
     DebugView.__init__(self, textureName, parentGUI)
     self.__contentInfo = {}
     self.__newContentInfo = {}
     self.setAutoUpdate(True)
Exemplo n.º 3
0
 def __init__(self, textureName="", parentGUI=None):
     DebugView.__init__(self, textureName, parentGUI)
     self.__contentInfo = {}
     self.__newContentInfo = {}
     self.setAutoUpdate(True)
Exemplo n.º 4
0
 def __init__(self, textureName = '', parentGUI = None):
     DebugView.__init__(self, textureName, parentGUI)
     self.__contentInfo = {}
     self.__newContentInfo = {}
Exemplo n.º 5
0
 def __init__(self, textureName='', parentGUI=None, updateInterval=0.1):
     DebugView.__init__(self, textureName, parentGUI)
     self.__cbIDUpdate = None
     self.__cbUpdateInterval = -1.0
     self.setUpdateInterval(updateInterval)
     return