diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/config.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/config.json" new file mode 100644 index 0000000000000000000000000000000000000000..2c290093792b9ba297cfcb144d14b7794b4e4f00 --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/config.json" @@ -0,0 +1,11 @@ +{ + "node_id": "game-3946edad886642598c4ead6778d65fac", + "keywords": [], + "children": [], + "export": [ + "learn.json" + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 +} \ No newline at end of file diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.json" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.json" new file mode 100644 index 0000000000000000000000000000000000000000..000c9c4730222039653f9ffe09d4397e21538068 --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "hello_tute", + "source": "learn.md", + "notebook_enable": false, + "exercise_id": "b389662531f143f18259638378976bdd" +} \ No newline at end of file diff --git "a/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.md" "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.md" new file mode 100644 index 0000000000000000000000000000000000000000..61a252cf13ed4f3a712d635b7cfa5cd83c8fd56e --- /dev/null +++ "b/data/1.\346\270\270\346\210\217\345\274\200\345\217\221\345\205\245\351\227\250\345\210\235\351\230\266/1.Godot Engine\345\205\245\351\227\250/10.[\347\237\245\350\257\206\347\202\271]Timer\350\212\202\347\202\271\344\275\277\347\224\250\350\214\203\344\276\213/learn.md" @@ -0,0 +1,28 @@ +# [知识点]Timer节点使用范例 + +请先阅读本节讲义⬇ + +[《Timer节点使用范例》](https://orzgame.blog.csdn.net/article/details/104905971) + + + +如果我想让一个Timer节点每隔0.5秒触发一次,那么应该将该节点的哪个属性设置为0.5? + + +## 答案 + +`Wait Time` + +## 选项 + +### A + +`One Shot` + +### B + +`Autostart` + +### C + +`Process Mode` diff --git a/data/tree.json b/data/tree.json index 34c0764ae6b4413d658182cbfbf5eedb8114f3d1..d06d7a4c7af9f7e3126ea7a0e514270949ff225d 100644 --- a/data/tree.json +++ b/data/tree.json @@ -121,6 +121,16 @@ "keywords_forbid": [], "group": 0 } + }, + { + "[知识点]Timer节点使用范例": { + "node_id": "game-3946edad886642598c4ead6778d65fac", + "keywords": [], + "children": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 0 + } } ], "keywords_must": [],