首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
statemachinebehaviour专题
[Unity] StateMachineBehaviour简单调用MonoBehaviour的方法
### 在动画状态机中,动画片段上添加脚本,并调用其他MonoBehaviour的方法 在动画片段上添加如下脚本: using UnityEngine;public class testSMB : StateMachineBehaviour{// OnStateEnter is called when a transition starts and the state machine sta
阅读更多...