コード例 #1
0
ファイル: GamePreview.py プロジェクト: pixpil/gii
	def runSceneExternal( self ):
		#TODO: use a modal window to indicate external host state
		scnEditor = self.getModule( 'scenegraph_editor' )
		if scnEditor and scnEditor.activeSceneNode:
			path = scnEditor.activeSceneNode.getNodePath()
			ExternRun.runScene( path, parent_window = self.getMainWindow() )
コード例 #2
0
 def runSceneExternal(self):
     #TODO: use a modal window to indicate external host state
     scnEditor = self.getModule('scenegraph_editor')
     if scnEditor and scnEditor.activeSceneNode:
         path = scnEditor.activeSceneNode.getNodePath()
         ExternRun.runScene(path, parent_window=self.getMainWindow())
コード例 #3
0
ファイル: GamePreview.py プロジェクト: pixpil/gii
	def runGameExternal( self ):
		#TODO: use a modal window to indicate external host state
		ExternRun.runGame( parent_window = self.getMainWindow() )
コード例 #4
0
 def runGameExternal(self):
     #TODO: use a modal window to indicate external host state
     ExternRun.runGame(parent_window=self.getMainWindow())