vault backup: 2023-07-25 12:52:36

This commit is contained in:
BlueRose 2023-07-25 12:52:36 +08:00
parent c9ef719f9a
commit f7ff7416c0
2 changed files with 15 additions and 0 deletions

View File

@ -47,6 +47,14 @@
},
"showLogAboutPerformanceInConsole": false,
"selectionHistoryTree": {
"406387721": {
"406387721": {
"currentFile": {
"count": 1,
"lastUpdated": 1690193982464
}
}
},
"USBToolBox": {
"USBToolBox": {
"currentFile": {

View File

@ -20,5 +20,12 @@ https://github.com/Tencent/puerts
案例工程:
- https://github.com/chexiongsheng/puerts_unreal_demo
https://zhuanlan.zhihu.com/p/632862773
- PuerTSjs调用ue的过程https://zhuanlan.zhihu.com/p/396751427
- UE4PuerTS的js调试相关https://zhuanlan.zhihu.com/p/406387721
- 基于Puerts的编辑器UI开发-Mixin的非最佳实践https://zhuanlan.zhihu.com/p/551338775
# UE访问Puerts
通过UDynamicDelegateProxy其成员记录了绑定的虚拟机与JS函数。