Esempio n. 1
0
    def __init__(self):
        SObject.__init__(self)

        self._loopTime = 0  # 周期触发时间
        self._totalTime = 0  # 持续时间
Esempio n. 2
0
	def __init__(self):
		SObject.__init__(self)
Esempio n. 3
0
 def __init__(self):
     SObject.__init__(self)
Esempio n. 4
0
	def __init__(self):
		SObject.__init__(self)

		self._loopTime = 0		# 周期触发时间
		self._totalTime = 0		# 持续时间