def __init__(self):
ActionCell.__init__(self)
self.condition = None
self.sound = None
self.location = None
self.orientation = None
self.velocity = None
self.pitch = None
self.volume = None
self.attenuation = None
self.distance_ref = None
self.distance_max = None
self._euler = mathutils.Euler((0,0,0), "XYZ")
评论列表
文章目录