Example #1
0
 def unload_props(self):
     if self.obj: dheng.scn_destroy_obj(self.obj)
     if self.ground: dheng.scn_destroy_obj(self.ground)
     self.wnd_clips.save_clips(self.clips_jsonfile)
     self.obj = None
     self.ground = None
     self.anim_cmp = None
Example #2
0
 def unload_props(self):
     if self.obj:        dheng.scn_destroy_obj(self.obj)
     if self.ground:     dheng.scn_destroy_obj(self.ground)
     self.wnd_clips.save_clips(self.clips_jsonfile)
     self.obj = None
     self.ground = None
     self.anim_cmp = None
Example #3
0
 def unload_props(self):
     if self.obj:        dheng.scn_destroy_obj(self.obj)
     if self.ground:     dheng.scn_destroy_obj(self.ground)
     self.ground = None
     self.obj = None
Example #4
0
 def unload_props(self):
     if self.obj: dheng.scn_destroy_obj(self.obj)
     if self.ground: dheng.scn_destroy_obj(self.ground)
     self.ground = None
     self.obj = None