unity3d animator 怎么替換動畫
1 回答

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