//进入场景 public void EnterScene(ObjBase _this, Scene scene) { _this.Scene = scene; _this.OnEnterScene(); }