Cocos Creator 错误:BodyAnim无法挂载
BodyAnim无法挂载
@property({ type: Animation })
public BodyAnim: Animation|null = null;

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

BodyAnim无法挂载
@property({ type: Animation })
public BodyAnim: Animation|null = null;

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