修复Sprite组件保存状态时的问题

This commit is contained in:
cheney2013
2023-06-05 10:09:45 +08:00
parent 64abcdadf1
commit 964befe06e
9 changed files with 17 additions and 617 deletions

View File

@@ -10,7 +10,6 @@ export const methods: { [key: string]: (...any: any) => any } = {
},
recordDirector(director: any) {
storedDirector = director;
console.log("main receive", director);
},
saveScene(){
Editor.Message.send("scene", "execute-component-method", {
@@ -18,7 +17,6 @@ export const methods: { [key: string]: (...any: any) => any } = {
name: "saveCurrentState",
args: []
})
console.log("saveScene", arguments);
}
};