vault backup: 2023-08-02 11:41:28
This commit is contained in:
parent
52e63010d4
commit
b024da6f59
@ -20,7 +20,8 @@ https://github.com/Tencent/puerts
|
|||||||
- 案例工程:
|
- 案例工程:
|
||||||
- https://github.com/chexiongsheng/puerts_unreal_demo
|
- 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
|
||||||
- PuerTS:js调用ue的过程:https://zhuanlan.zhihu.com/p/396751427
|
- PuerTS:js调用ue的过程:https://zhuanlan.zhihu.com/p/396751427
|
||||||
- UE4:PuerTS的js调试相关:https://zhuanlan.zhihu.com/p/406387721
|
- UE4:PuerTS的js调试相关:https://zhuanlan.zhihu.com/p/406387721
|
||||||
- 基于Puerts的编辑器UI开发-Mixin的非最佳实践:https://zhuanlan.zhihu.com/p/551338775
|
- 基于Puerts的编辑器UI开发-Mixin的非最佳实践:https://zhuanlan.zhihu.com/p/551338775
|
||||||
@ -48,5 +49,12 @@ tsc xxx.ts
|
|||||||
## Debug
|
## Debug
|
||||||
|
|
||||||
# TypeScript
|
# TypeScript
|
||||||
|
|
||||||
|
|
||||||
|
# Puerts
|
||||||
|
|
||||||
|
## 热更新方法
|
||||||
|
https://zhuanlan.zhihu.com/p/364505146
|
||||||
|
|
||||||
## UE访问Puerts
|
## UE访问Puerts
|
||||||
通过UDynamicDelegateProxy,其成员记录了绑定的虚拟机与JS函数。
|
通过UDynamicDelegateProxy,其成员记录了绑定的虚拟机与JS函数。
|
Loading…
x
Reference in New Issue
Block a user