コード例 #1
0
 def __init__(self):
     super(SoundsController, self).__init__()
     self.__soundSystem = getCurrentSoundSystem()
     self.__guiAmbients = GuiAmbientsCtrl(weakref.proxy(self))
     SOUND_DEBUG('Sound system has been created', self.__soundSystem)
コード例 #2
0
ファイル: soundssounds_ctrl.py プロジェクト: aevitas/wotsdk
 def __init__(self):
     super(SoundsController, self).__init__()
     self.__soundSystem = getCurrentSoundSystem()
     self.__guiAmbients = GuiAmbientsCtrl(weakref.proxy(self))
     SOUND_DEBUG('Sound system has been created', self.__soundSystem)