コード例 #1
0
ファイル: LightNode.py プロジェクト: Toonerz/Toontown-2003
 def setColor(self, color):
     upcastSelf = self
     returnValue = libpanda._inPkJyo7_hL(upcastSelf.this, color.this)
     return returnValue
コード例 #2
0
 def setColor(self, color):
     returnValue = libpanda._inPkJyo7_hL(self.this, color.this)
     return returnValue
 def setColor(self, color):
     upcastSelf = self
     returnValue = libpanda._inPkJyo7_hL(upcastSelf.this, color.this)
     return returnValue
コード例 #4
0
ファイル: Light.py プロジェクト: Toonerz/Toontown-2003
 def setColor(self, color):
     returnValue = libpanda._inPkJyo7_hL(self.this, color.this)
     return returnValue