unity3d animator 怎么替換動畫
1 回答

ITMISS
TA貢獻1871條經驗 獲得超8個贊
這是通過改變之前在系統中設定的值來做到的。
this.theAnimaor.SetBool(this.attackAnimationName, false);
this.theAnimaor.SetBool(this.idleAnimationName,true);
同時這跟你的狀態機是怎么構造的有關。
- 1 回答
- 0 關注
- 2161 瀏覽
添加回答
舉報
0/150
提交
取消