obsidian/笔记文件/2.笔记/前期自动移动.md
2025-03-26 00:02:56 +08:00

14 lines
356 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

可以看到,在游戏运行的前期,角色是无法移动的
相关逻辑默认不使能
![[Pasted image 20230703155724.png]]
相关触发函数,是在前面剧情预演完毕之后,才会开始
![[Pasted image 20230703155826.png]]
使能函数设置刚体的body类型相机相关参数等操作
![[Pasted image 20230703155922.png]]