diff --git a/.obsidian/plugins/various-complements/data.json b/.obsidian/plugins/various-complements/data.json index 51d7778..460815e 100644 --- a/.obsidian/plugins/various-complements/data.json +++ b/.obsidian/plugins/various-complements/data.json @@ -47,6 +47,14 @@ }, "showLogAboutPerformanceInConsole": false, "selectionHistoryTree": { + "406387721": { + "406387721": { + "currentFile": { + "count": 1, + "lastUpdated": 1690193982464 + } + } + }, "USBToolBox": { "USBToolBox": { "currentFile": { diff --git a/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md b/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md index 1e2f975..5b38293 100644 --- a/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md +++ b/03-UnrealEngine/Gameplay/PuerTS/Puerts(一)——学习资料归纳.md @@ -20,5 +20,12 @@ https://github.com/Tencent/puerts 案例工程: - https://github.com/chexiongsheng/puerts_unreal_demo + + +https://zhuanlan.zhihu.com/p/632862773 +- PuerTS:js调用ue的过程:https://zhuanlan.zhihu.com/p/396751427 +- UE4:PuerTS的js调试相关:https://zhuanlan.zhihu.com/p/406387721 +- 基于Puerts的编辑器UI开发-Mixin的非最佳实践:https://zhuanlan.zhihu.com/p/551338775 + # UE访问Puerts 通过UDynamicDelegateProxy,其成员记录了绑定的虚拟机与JS函数。 \ No newline at end of file