[LayaAirIDE 2.0]2.4.0bate在放大缩小时文本会不同程度的模糊
2.4.0bate在放大缩小时文本会不同程度的模糊
每秒再次刷新正常
每秒再次刷新正常
没有找到相关结果
已邀请:
要回复问题请先登录
3 个回复
Aar0n
赞同来自: 虫虫
虫虫
赞同来自:
虫虫
赞同来自:
在LayaAir.d.ts 中缺少
class AnimationState extends laya.ani.AnimationState {}
class AnimationState {
static stopped: number;
static paused: number;
static playing: number;
constructor();
}
导致之前用到的动画状态静态常量获取不到