vault backup: 2023-08-02 11:41:28

This commit is contained in:
BlueRose 2023-08-02 11:41:28 +08:00
parent 52e63010d4
commit b024da6f59

View File

@ -20,7 +20,8 @@ https://github.com/Tencent/puerts
- 案例工程:
- https://github.com/chexiongsheng/puerts_unreal_demo
- 知乎文章:
- https://zhuanlan.zhihu.com/p/632862773
- UE5 PuerTS学习与实践https://zhuanlan.zhihu.com/p/632862773
- UE4下基于V8实现的代码热刷新https://zhuanlan.zhihu.com/p/364505146
- 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
@ -48,5 +49,12 @@ tsc xxx.ts
## Debug
# TypeScript
# Puerts
## 热更新方法
https://zhuanlan.zhihu.com/p/364505146
## UE访问Puerts
通过UDynamicDelegateProxy其成员记录了绑定的虚拟机与JS函数。