Exemplo n.º 1
0
 def getScene(self):
     return Utils.toScene(self._send_packet(resource=self.resourceId))
Exemplo n.º 2
0
 def getScene(self,id):
     return Utils.toScene(self._send_packet(id))
Exemplo n.º 3
0
 def activeScene(self):
     return Utils.toScene(self._send_packet())
Exemplo n.º 4
0
 def createScene(self,name):
     return Utils.toScene(self._send_packet(name))
Exemplo n.º 5
0
 def convertScene(data):
     return Utils.toScene(data)