Cocos Creator 错误:BodyAnim无法挂载

BodyAnim无法挂载

 @property({ type: Animation })
public BodyAnim: Animation|null = null;

换成:

 @property({ type: AnimationComponent })
public BodyAnim: AnimationComponent|null = null;

 

 

posted @ 2022-12-13 11:16  神秘de白  阅读(479)  评论(0)    收藏  举报