首页 > 其他分享 >Cocos Creator 错误:BodyAnim无法挂载

Cocos Creator 错误:BodyAnim无法挂载

时间:2022-12-13 11:23:54浏览次数:33  
标签:Cocos Creator AnimationComponent BodyAnim 挂载 null

BodyAnim无法挂载

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

换成:

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

 

 

标签:Cocos,Creator,AnimationComponent,BodyAnim,挂载,null
From: https://www.cnblogs.com/essaynotes/p/16978065.html

相关文章